diff options
author | obache <obache@pkgsrc.org> | 2009-12-11 12:02:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-12-11 12:02:59 +0000 |
commit | fa2c9c2f4639132393cf2ee48c543117cb443267 (patch) | |
tree | f2b6fee9fdf0faeed9aaf6df9e7e8fe137b84a9d /www | |
parent | 0ff7ef9b910433aff4e32d19d8e72096acb03bdc (diff) | |
download | pkgsrc-fa2c9c2f4639132393cf2ee48c543117cb443267.tar.gz |
Use ${APXS} intead of manually constructed one.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap2-auth-xradius/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-auth-xradius/Makefile b/www/ap2-auth-xradius/Makefile index 77eb08be991..969ec5609c3 100644 --- a/www/ap2-auth-xradius/Makefile +++ b/www/ap2-auth-xradius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/07/17 18:00:25 adrianp Exp $ +# $NetBSD: Makefile,v 1.7 2009/12/11 12:02:59 obache Exp $ DISTNAME= mod_auth_xradius-0.4.6 PKGNAME= ${APACHE_PKG_PREFIX}-auth-xradius-0.4.6 @@ -19,6 +19,6 @@ PKG_APACHE_ACCEPTED= apache2 apache22 .include "../../mk/apache.mk" BUILDLINK_API_DEPENDS.apache+= apache>=2.0.42 -CONFIGURE_ARGS+= --with-apxs=${PREFIX}/sbin/apxs +CONFIGURE_ARGS+= --with-apxs=${APXS} .include "../../mk/bsd.pkg.mk" |