aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2005-12-05 04:36:56 +0800
committerclement <clement@FreeBSD.org>2005-12-05 04:36:56 +0800
commita1c60c847d002f9d956b28828cc603bbdf1cf229 (patch)
treedb6619e722546644cc0ccea3dcc4fb7fbf53627b /www
parent0bf200951dfa843a147dfe36689835c91f3f56eb (diff)
downloadfreebsd-ports-gnome-a1c60c847d002f9d956b28828cc603bbdf1cf229.tar.gz
freebsd-ports-gnome-a1c60c847d002f9d956b28828cc603bbdf1cf229.tar.zst
freebsd-ports-gnome-a1c60c847d002f9d956b28828cc603bbdf1cf229.zip
- Convert to new USE_APACHE
Diffstat (limited to 'www')
-rw-r--r--www/mod_vhost_ldap/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/mod_vhost_ldap/Makefile b/www/mod_vhost_ldap/Makefile
index 386c850b38d2..6ed487894eaa 100644
--- a/www/mod_vhost_ldap/Makefile
+++ b/www/mod_vhost_ldap/Makefile
@@ -18,7 +18,7 @@ COMMENT= Virtual Hosting from ldap built on top of mod_ldap
USE_BZIP2= YES
USE_OPENLDAP= YES
-WANT_APACHE= 2
+USE_APACHE= 20
AP_FAST_BUILD= YES
AP_GENPLIST= YES
AP_LIB+= ${LOCALBASE}/lib -lldap
@@ -30,10 +30,8 @@ PORTDOCS= mod_vhost_ldap.schema vhost_ldap.conf COPYING
IGNORE= Requires support of LDAP in apache 2.0.x port
.endif
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
post-install:
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>