summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-18 15:13:26 +0000
committerwiz <wiz>2014-01-18 15:13:26 +0000
commit61d7c22e0dfe96286f91408d76fa241140b3474e (patch)
tree80ad427763e5237026159b963149e1286577e8d2 /lang/python
parentd93034068667cc4f250d8d15b45ca15351215be1 (diff)
downloadpkgsrc-61d7c22e0dfe96286f91408d76fa241140b3474e.tar.gz
Add quoting in the hope it fixes NetBSD 5's make(1)'s problems.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/versioned_dependencies.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/versioned_dependencies.mk b/lang/python/versioned_dependencies.mk
index d7b54be4d43..c56eae7b72c 100644
--- a/lang/python/versioned_dependencies.mk
+++ b/lang/python/versioned_dependencies.mk
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.2 2014/01/17 23:10:05 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.3 2014/01/18 15:13:26 wiz Exp $
#
# This file determines which separate distribution of a Python
# package is used as dependency, depending on the Python version
@@ -23,7 +23,7 @@ _SUPPORTED_PACKAGES+=dns net/py-dns net/py-dns3
.for pkg in ${PYTHON_VERSIONED_DEPENDENCIES}
_PKG_MATCHED= no
.for name py2dir py3dir in ${_SUPPORTED_PACKAGES}
-.if ${pkg} == ${name}
+.if "${pkg}" == "${name}"
_PKG_MATCHED= yes
.if ${PYPKGPREFIX} == "py26" || ${PYPKGPREFIX} == "py27"
DEPENDS+= ${PYPKGPREFIX}-${pkg}-[0-9]*:../../${py2dir}