--- /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/devel/apr-util/Portfile 2006-01-18 15:42:58.000000000 -0800 +++ ./Portfile 2006-01-22 21:19:44.000000000 -0800 @@ -3,6 +3,7 @@ PortSystem 1.0 name apr-util version 1.2.2 +revision 1 categories devel maintainers dluke@geeklair.net description utilities built with the apache group's portability library @@ -20,7 +21,15 @@ configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib configure.args --with-apr=${prefix}/bin/apr-1-config --with-expat=${prefix} \ - --with-iconv=${prefix} --with-berkeley-db=${prefix} + --with-iconv=${prefix} --with-berkeley-db=${prefix} \ + --without-mysql --without-pgsql + +variant openldap { + depends_lib-append port:openldap + configure.args-append --with-ldap \ + --with-ldap-include=${prefix}/include \ + --with-ldap-lib=${prefix}/lib + } variant no_bdb { depends_lib-delete port:db4