summaryrefslogtreecommitdiff
path: root/devel/swig-python
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /devel/swig-python
parentb235a79d8801c0bedb11aebddf494c6cd5c60968 (diff)
downloadpkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'devel/swig-python')
-rw-r--r--devel/swig-python/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swig-python/Makefile b/devel/swig-python/Makefile
index b6523b892e5..dd3b97ce60f 100644
--- a/devel/swig-python/Makefile
+++ b/devel/swig-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/12/05 20:50:08 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2005/12/05 23:55:06 rillig Exp $
PKGNAME= swig-python-${SWIG_VERSION}
PKGREVISION= 1
@@ -8,7 +8,7 @@ COMMENT= Simplified Wrapper and Interface Generator, Python runtime
PYTHON_VERSIONS_INCOMPATIBLE= 21 21pth 20 15
-CONFIGURE_ARGS+= --with-python=${PYTHONBIN}
+CONFIGURE_ARGS+= --with-python=${PYTHONBIN:Q}
BUILD_TARGET= runtime
INSTALL_TARGET= install-runtime