summaryrefslogtreecommitdiff
path: root/graphics/dia-python
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-25 10:45:15 +0000
committerwiz <wiz@pkgsrc.org>2014-01-25 10:45:15 +0000
commitcd2034a69a241488c900469d394306659c70713a (patch)
tree20b275e879e9a02978fb92613c271dbee7b21c37 /graphics/dia-python
parent0d00e3eefba959b1aee2446dc7691d3411626d66 (diff)
downloadpkgsrc-cd2034a69a241488c900469d394306659c70713a.tar.gz
No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
Diffstat (limited to 'graphics/dia-python')
-rw-r--r--graphics/dia-python/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/dia-python/Makefile b/graphics/dia-python/Makefile
index a46045e7002..b197787427f 100644
--- a/graphics/dia-python/Makefile
+++ b/graphics/dia-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2014/01/25 10:30:09 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2014/01/25 10:45:18 wiz Exp $
DIA_SUBPKG= -python
.include "../../graphics/dia/Makefile.common"
@@ -10,9 +10,9 @@ COMMENT+= (Python plugin)
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--without-python/--with-python/g}
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
-PYTHON_PATCH_SCRIPTS= po-checktrans.py
-PYTHON_PATCH_SCRIPTS+= plug-ins/python/gtkcons.py
-PYTHON_PATCH_SCRIPTS+= sheets/checktrans.py
+REPLACE_PYTHON= po-checktrans.py
+REPLACE_PYTHON+= plug-ins/python/gtkcons.py
+REPLACE_PYTHON+= sheets/checktrans.py
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2
BUILD_DIRS+= plug-ins/python