diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-08-18 22:29:08 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-08-18 22:29:08 +0800 |
commit | 76459d58d5d950cc748ed866363462aacb84cbf1 (patch) | |
tree | db78183546bb8049f66df049872ab54fe9939c31 /www/mod_cfg_ldap | |
parent | a063c7f76c5f99e6bf74212c1daeb6bfdc122e53 (diff) | |
download | freebsd-ports-gnome-76459d58d5d950cc748ed866363462aacb84cbf1.tar.gz freebsd-ports-gnome-76459d58d5d950cc748ed866363462aacb84cbf1.tar.zst freebsd-ports-gnome-76459d58d5d950cc748ed866363462aacb84cbf1.zip |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@
Diffstat (limited to 'www/mod_cfg_ldap')
-rw-r--r-- | www/mod_cfg_ldap/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_cfg_ldap/Makefile b/www/mod_cfg_ldap/Makefile index e5cfbc84e917..71fd028c174c 100644 --- a/www/mod_cfg_ldap/Makefile +++ b/www/mod_cfg_ldap/Makefile @@ -17,10 +17,10 @@ COMMENT= Allows you to keep your virtual host configuration in a LDAP directory MAKE_JOBS_SAFE= yes -USE_APACHE= 20+ -USE_OPENLDAP= YES -AP_FAST_BUILD= YES -AP_GENPLIST= YES +USE_APACHE= 22+ +USE_OPENLDAP= yes +AP_FAST_BUILD= yes +AP_GENPLIST= yes LDAP_INC?= ${LOCALBASE}/include LDAP_LIB?= ${LOCALBASE}/lib -lldap |