Skip to content

Commit

Permalink
use db44 instead of db4
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@28308 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Markus W. Weißmann committed Aug 28, 2007
1 parent 8f5ee2b commit aae0e67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/redland/Portfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ test.target check
default_variants +db4 default_variants +db4


variant db4 { variant db4 {
configure.cflags -I${prefix}/include/db44 -I${prefix}/include
configure.ldflags -L${prefix}/lib/db44 -L${prefix}/lib
configure.args-delete --with-bdb=no configure.args-delete --with-bdb=no
depends_lib-append port:db4 depends_lib-append port:db44
} }


variant mysql3 conflicts mysql4 mysql5 { variant mysql3 conflicts mysql4 mysql5 {
Expand Down

0 comments on commit aae0e67

Please sign in to comment.