summaryrefslogtreecommitdiff
path: root/www/ap2-auth-radius
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2006-12-08 23:34:10 +0000
committerxtraeme <xtraeme@pkgsrc.org>2006-12-08 23:34:10 +0000
commit431c865de4bb657f83aad49ee3f5286b51bd3f78 (patch)
treefaeabddb97e924ac24db2af2155a45ea13adc74d /www/ap2-auth-radius
parent5e26cd5f5d9840f5b92ec2fa5b2cfe9c073c9ee9 (diff)
downloadpkgsrc-431c865de4bb657f83aad49ee3f5286b51bd3f78.tar.gz
* Use apache.mk to be compatible with the new apache22 pkg.
* Use PKG_APACHE_ACCEPTED.
Diffstat (limited to 'www/ap2-auth-radius')
-rw-r--r--www/ap2-auth-radius/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/ap2-auth-radius/Makefile b/www/ap2-auth-radius/Makefile
index fa82c837845..fe1dec53372 100644
--- a/www/ap2-auth-radius/Makefile
+++ b/www/ap2-auth-radius/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/08/15 13:47:37 adrianp Exp $
+# $NetBSD: Makefile,v 1.4 2006/12/08 23:34:11 xtraeme Exp $
DISTNAME= mod_auth_radius
PKGNAME= ap2-auth-radius-1.5.7
@@ -19,6 +19,8 @@ USE_LIBTOOL= YES
BUILDLINK_API_DEPENDS.apache+= apache>=2.0.47
+PKG_APACHE_ACCEPTED= apache2 apache22
+
.include "../../security/openssl/buildlink3.mk"
post-extract:
@@ -43,5 +45,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/httpd.conf \
${PREFIX}/share/examples/mod_auth_radius
-.include "../../www/apache2/buildlink3.mk"
+.include "../../mk/apache.mk"
.include "../../mk/bsd.pkg.mk"