summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorobache <obache>2009-12-11 12:02:59 +0000
committerobache <obache>2009-12-11 12:02:59 +0000
commit1bde7d1fefa4583a9c67a026785ed1cddefd9176 (patch)
treef2b6fee9fdf0faeed9aaf6df9e7e8fe137b84a9d /www
parente1e498fb0e3fa6f57c9d97ebbe9e0e4855d7b711 (diff)
downloadpkgsrc-1bde7d1fefa4583a9c67a026785ed1cddefd9176.tar.gz
Use ${APXS} intead of manually constructed one.
Diffstat (limited to 'www')
-rw-r--r--www/ap2-auth-xradius/Makefile4
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"