aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_auth_mysql
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2005-02-12 00:12:47 +0800
committerJames E. Housley <jeh@FreeBSD.org>2005-02-12 00:12:47 +0800
commite09efcbd71956164705556d9b1097f7c5dbf61a6 (patch)
tree9811128d5f1084e90b6cfbf2b0a3b2587bf8bc1b /www/mod_auth_mysql
parent9927e20bc6faef934872f64d9d4d80553e5c7fb6 (diff)
downloadfreebsd-ports-gnome-e09efcbd71956164705556d9b1097f7c5dbf61a6.tar.gz
freebsd-ports-gnome-e09efcbd71956164705556d9b1097f7c5dbf61a6.tar.zst
freebsd-ports-gnome-e09efcbd71956164705556d9b1097f7c5dbf61a6.zip
Ports that previously depended on www/apache2 now show as depending on
www/apache13. This problem is occuring because of a recent change to www/apache2's Makefile.modules.3rd file (revision 1.18). This change made the APACHE_PORT variable overrideable even when WITH_APACHE2 is defined. Previously, it set the variable with APACHE_PORT=www/apache2. The APACHE_PORT variable gets defined in <bsd.port.mk> to www/apache13 if it wasn't previously defined. The affected ports include <bsd.port.pre.mk> before "Makefile.modules.3rd". Submitted by: Scot Hetzel
Diffstat (limited to 'www/mod_auth_mysql')
-rw-r--r--www/mod_auth_mysql/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile
index 3b8eb2ab17a9..f2e1a631dc6c 100644
--- a/www/mod_auth_mysql/Makefile
+++ b/www/mod_auth_mysql/Makefile
@@ -30,7 +30,6 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS= --with-mysql=${PREFIX} \
--with-apxs=${APXS}
-.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
post-install:
@@ -41,4 +40,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>