diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-08-18 14:29:08 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-08-18 14:29:08 +0000 |
commit | 63f3e3b0d43bb0b1197cbb5e4c4dfc3a34adb25b (patch) | |
tree | db78183546bb8049f66df049872ab54fe9939c31 /www/mod_vhost_ldap | |
parent | dd195ccb65e4fa43789bd6207b16edef95e01297 (diff) |
Notes
Diffstat (limited to 'www/mod_vhost_ldap')
-rw-r--r-- | www/mod_vhost_ldap/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/mod_vhost_ldap/Makefile b/www/mod_vhost_ldap/Makefile index e3521c2bc51f..4ec5929caea1 100644 --- a/www/mod_vhost_ldap/Makefile +++ b/www/mod_vhost_ldap/Makefile @@ -18,12 +18,12 @@ COMMENT= Virtual Hosting from ldap built on top of mod_ldap MAKE_JOBS_SAFE= yes -USE_BZIP2= YES -USE_OPENLDAP= YES +USE_BZIP2= yes +USE_OPENLDAP= yes -USE_APACHE= 20+ -AP_FAST_BUILD= YES -AP_GENPLIST= YES +USE_APACHE= 22+ +AP_FAST_BUILD= yes +AP_GENPLIST= yes AP_LIB+= ${LOCALBASE}/lib -lldap AP_EXTRAS+= -DMOD_VHOST_LDAP_VERSION=\\\"mod_vhost_ldap/${PORTVERSION}\\\" |