summaryrefslogtreecommitdiff
path: root/x11/gtk2
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 /x11/gtk2
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 'x11/gtk2')
-rw-r--r--x11/gtk2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile
index e60ad75ca7f..ee7256494b3 100644
--- a/x11/gtk2/Makefile
+++ b/x11/gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.257 2013/12/08 14:04:39 prlw1 Exp $
+# $NetBSD: Makefile,v 1.258 2014/01/25 10:45:22 wiz Exp $
DISTNAME= gtk+-2.24.22
PKGNAME= ${DISTNAME:S/gtk/gtk2/}
@@ -75,7 +75,7 @@ CPPFLAGS+= -DPREFIX="\"${PREFIX}\""
#SUBST_SED.pthread= -e 's,__PTHREAD_FLAGS__,${BUILDLINK_LDFLAGS.pthread},g'
#SUBST_FILES.pthread= gdk-pixbuf/Makefile.in
-PYTHON_PATCH_SCRIPTS= gtk/gtk-builder-convert
+REPLACE_PYTHON= gtk/gtk-builder-convert
# We remove the module databases during post-install since we create them
# anew in the +INSTALL script as part of the POST-INSTALL action.