summaryrefslogtreecommitdiff
path: root/www/ap2-auth-mysql
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2006-12-08 23:34:10 +0000
committerxtraeme <xtraeme>2006-12-08 23:34:10 +0000
commit3783bd1bc508acb540a6d0e95494f388be80e6f5 (patch)
treefaeabddb97e924ac24db2af2155a45ea13adc74d /www/ap2-auth-mysql
parent2705f4a2094b376e2dd96985e5c13d32e57978b7 (diff)
downloadpkgsrc-3783bd1bc508acb540a6d0e95494f388be80e6f5.tar.gz
* Use apache.mk to be compatible with the new apache22 pkg.
* Use PKG_APACHE_ACCEPTED.
Diffstat (limited to 'www/ap2-auth-mysql')
-rw-r--r--www/ap2-auth-mysql/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/ap2-auth-mysql/Makefile b/www/ap2-auth-mysql/Makefile
index b485e45bd82..6684d1100c7 100644
--- a/www/ap2-auth-mysql/Makefile
+++ b/www/ap2-auth-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/10/04 22:04:09 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2006/12/08 23:34:10 xtraeme Exp $
#
DISTNAME= mod_auth_mysql.c
@@ -23,6 +23,8 @@ NO_CONFIGURE= yes
APACHE_MODULE_NAME= mod_auth_mysql
DOC_DIR= ${PREFIX}/share/doc/${APACHE_MODULE_NAME}
+PKG_APACHE_ACCEPTED= apache2 apache22
+
post-extract:
${MKDIR} ${WRKSRC}
${MV} ${WRKDIR}/${DISTNAME} ${WRKSRC}
@@ -42,7 +44,7 @@ do-install:
${INSTALL_DATA_DIR} ${DOC_DIR}
${INSTALL_DATA} ${WRKSRC}/mysql-group-auth.txt ${DOC_DIR}
-.include "../../www/apache2/buildlink3.mk"
+.include "../../mk/apache.mk"
.include "../../mk/mysql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"