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 | 7cf29151fc03231ba351e909284575d0a9ca37b6 (patch) | |
tree | f2b6fee9fdf0faeed9aaf6df9e7e8fe137b84a9d | |
parent | f9d793db6728eda94f51f055ff129f22692f53c3 (diff) | |
download | pkgsrc-7cf29151fc03231ba351e909284575d0a9ca37b6.tar.gz |
Use ${APXS} intead of manually constructed one.
-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" |