diff options
author | clement <clement@FreeBSD.org> | 2005-09-10 23:47:58 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-09-10 23:47:58 +0800 |
commit | 37c0e8d77f6278557e9c0956ecafc3e85821875a (patch) | |
tree | 925e4cb1a594edbea1bd10580bb16c2d3791069b /www/mod_vhost_ldap | |
parent | a43452908ee8de3858fd585793e52e606abf29d5 (diff) | |
download | freebsd-ports-gnome-37c0e8d77f6278557e9c0956ecafc3e85821875a.tar.gz freebsd-ports-gnome-37c0e8d77f6278557e9c0956ecafc3e85821875a.tar.zst freebsd-ports-gnome-37c0e8d77f6278557e9c0956ecafc3e85821875a.zip |
- Oops I committed the wrong directory, so merge changes to make portlint
happy.
Diffstat (limited to 'www/mod_vhost_ldap')
-rw-r--r-- | www/mod_vhost_ldap/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/mod_vhost_ldap/Makefile b/www/mod_vhost_ldap/Makefile index abbed1de7787..76ac5a4871a3 100644 --- a/www/mod_vhost_ldap/Makefile +++ b/www/mod_vhost_ldap/Makefile @@ -9,17 +9,18 @@ PORTNAME= mod_vhost_ldap PORTVERSION= 0.2.4 CATEGORIES= www MASTER_SITES= http://alioth.debian.org/download.php/1113/ -DIST_SUBDIR= apache2 -USE_BZIP2= YES DISTNAME= ${PORTNAME:S/_/-/g}-${PORTVERSION} +DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= Virtual Hosting from ldap built on top of mod_ldap +USE_BZIP2= YES +USE_OPENLDAP= YES + WANT_APACHE= 2 AP_FAST_BUILD= YES AP_GENPLIST= YES -USE_OPENLDAP= YES AP_LIB+= ${LOCALBASE}/lib -lldap AP_EXTRAS+= -DMOD_VHOST_LDAP_VERSION=\\\"mod_vhost_ldap/${PORTVERSION}\\\" |