Changeset 22339
- Timestamp:
- 02/26/07 14:54:42 (2 years ago)
- Files:
-
- 1 modified
-
trunk/dports/devel/apr-util/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/apr-util/Portfile
r21109 r22339 4 4 name apr-util 5 5 version 1.2.8 6 revision 16 revision 2 7 7 categories devel 8 8 maintainers dluke@geeklair.net … … 18 18 19 19 depends_lib lib:libapr-1:apr port:expat \ 20 port:libiconv port:db44 20 port:libiconv port:db44 \ 21 port:sqlite3 21 22 22 23 configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib 23 24 configure.args --with-apr=${prefix}/bin/apr-1-config --with-expat=${prefix} \ 24 25 --with-iconv=${prefix} --with-berkeley-db=${prefix}/include:${prefix}/lib/db44 \ 25 --without-mysql --without-pgsql 26 --without-mysql --without-pgsql --with-sqlite3=${prefix} 26 27 27 28 test.run yes … … 36 37 37 38 variant no_sqlite { 39 depends_lib-delete port:sqlite3 40 configure.args-delete --with-sqlite3=${prefix} 38 41 configure.args-append --without-sqlite2 \ 39 42 --without-sqlite3

