diff options
Diffstat (limited to 'www/ap2-auth-xradius/Makefile')
-rw-r--r-- | www/ap2-auth-xradius/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/ap2-auth-xradius/Makefile b/www/ap2-auth-xradius/Makefile index a71dfb27bdb..2828747c478 100644 --- a/www/ap2-auth-xradius/Makefile +++ b/www/ap2-auth-xradius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/08/13 17:34:16 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2006/12/08 23:34:11 xtraeme Exp $ DISTNAME= mod_auth_xradius-0.4.6 PKGNAME= ap2-auth-xradius-0.4.6 @@ -13,9 +13,11 @@ COMMENT= Module to allow apache2 authentication against a RADIUS server GNU_CONFIGURE= YES USE_LIBTOOL= YES +PKG_APACHE_ACCEPTED= apache2 apache22 + CONFIGURE_ARGS+= --with-apxs=${PREFIX}/sbin/apxs BUILDLINK_API_DEPENDS.apache+= apache>=2.0.42 -.include "../../www/apache2/buildlink3.mk" +.include "../../mk/apache.mk" .include "../../mk/bsd.pkg.mk" |