diff -ru /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/www/apache2/Portfile ./Portfile --- /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/www/apache2/Portfile 2005-12-07 14:16:43.000000000 -0800 +++ ./Portfile 2006-01-23 20:51:29.000000000 -0800 @@ -3,6 +3,7 @@ PortSystem 1.0 name apache2 version 2.2.0 +revision 1 categories www maintainers james@imajes.info description The extremely popular second version of the Apache http server @@ -72,6 +73,11 @@ build.env-append "LD_LIBRARY_PATH=${prefix}/lib" } +variant openldap { + configure.args-append --enable-ldap --enable-authnz-ldap + depends_lib-append port:openldap +} + startupitem.create yes startupitem.start \ "\[ -x ${prefix}/apache2/bin/apachectl \] && ${prefix}/apache2/bin/apachectl start > /dev/null"