diff options
author | obache <obache> | 2009-12-11 12:02:59 +0000 |
---|---|---|
committer | obache <obache> | 2009-12-11 12:02:59 +0000 |
commit | 5284d3b42bb56436fd1059ccccbb226f8370f47d (patch) | |
tree | f2b6fee9fdf0faeed9aaf6df9e7e8fe137b84a9d /www/ap2-auth-xradius | |
parent | 0316c339e94f81be6ba844e859f70c8b8eb697f9 (diff) | |
download | pkgsrc-5284d3b42bb56436fd1059ccccbb226f8370f47d.tar.gz |
Use ${APXS} intead of manually constructed one.
Diffstat (limited to 'www/ap2-auth-xradius')
-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" |