summaryrefslogtreecommitdiff
path: root/www/ap2-python
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit7bea46e87d51bbe44f7a5b37970a31b1efd118a0 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /www/ap2-python
parent5a69276df89a294f862a5e2d84034200f2c262a4 (diff)
downloadpkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'www/ap2-python')
-rw-r--r--www/ap2-python/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-python/Makefile b/www/ap2-python/Makefile
index 45e1aabdcdd..fdd26d8824f 100644
--- a/www/ap2-python/Makefile
+++ b/www/ap2-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/11/03 13:30:50 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2005/12/05 23:55:22 rillig Exp $
DISTNAME= mod_python-${VERSION}
PKGNAME= ap2-${PYPKGPREFIX}-python-${VERSION}
@@ -17,7 +17,7 @@ APACHE_MODULE= YES
VERSION= 3.1.3
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-apxs="${APXS}"
+CONFIGURE_ARGS+=--with-apxs=${APXS:Q}
CONFIGURE_ARGS+=--with-python=${PYTHONBIN:Q}
PYTHON_VERSIONS_ACCEPTED= 24 23