summaryrefslogtreecommitdiff
path: root/net/bittorrent-gui
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 /net/bittorrent-gui
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 'net/bittorrent-gui')
-rw-r--r--net/bittorrent-gui/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bittorrent-gui/Makefile b/net/bittorrent-gui/Makefile
index 1aedd13a5f6..900f19aa8c8 100644
--- a/net/bittorrent-gui/Makefile
+++ b/net/bittorrent-gui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2014/01/25 10:30:15 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2014/01/25 10:45:20 wiz Exp $
.include "../../net/bittorrent/Makefile.common"
@@ -10,7 +10,7 @@ COMMENT+= (GTK+ GUI)
DEPENDS+= bittorrent>=${PKGVERSION_NOREV}:../../net/bittorrent
DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.6:../../x11/py-gtk2
-PYTHON_PATCH_SCRIPTS= bittorrent maketorrent
+REPLACE_PYTHON= bittorrent maketorrent
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2
CONFLICTS+= bittornado-gui-[0-9]*