summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authordbj <dbj@pkgsrc.org>2016-04-11 04:22:33 +0000
committerdbj <dbj@pkgsrc.org>2016-04-11 04:22:33 +0000
commitf0b2d4c2907e8f8c75c0fefb76a726effa493ffa (patch)
tree43f2daca488868e0026cc02639eb63e7f02c5908 /lang/python
parentbb2b4982bcf7c8af4aeaa3025abdc3119c30cf88 (diff)
downloadpkgsrc-f0b2d4c2907e8f8c75c0fefb76a726effa493ffa.tar.gz
update PKG_{FAIL,SKIP}_REASON with +=
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 4ee1af73886..7ef3b9592ee 100644
--- a/lang/python/versioned_dependencies.mk
+++ b/lang/python/versioned_dependencies.mk
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.21 2015/07/12 21:42:23 rodent Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.22 2016/04/11 04:22:34 dbj Exp $
#
# This file determines which separate distribution of a Python
# package is used as dependency, depending on the Python version
@@ -51,6 +51,6 @@ DEPENDS:= ${DEPENDS} ${PYPKGPREFIX}-${pkg}-[0-9]*:../../${dir}
.endif
.endfor
.if ${_PKG_MATCHED} == "no"
-PKG_FAIL_REASON= "${pkg} unsupported in PYTHON_VERSIONED_DEPENDENCIES"
+PKG_FAIL_REASON+= "${pkg} unsupported in PYTHON_VERSIONED_DEPENDENCIES"
.endif
.endfor