diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-25 10:45:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-25 10:45:15 +0000 |
commit | cd2034a69a241488c900469d394306659c70713a (patch) | |
tree | 20b275e879e9a02978fb92613c271dbee7b21c37 /misc/deskbar-applet | |
parent | 0d00e3eefba959b1aee2446dc7691d3411626d66 (diff) | |
download | pkgsrc-cd2034a69a241488c900469d394306659c70713a.tar.gz |
No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
Diffstat (limited to 'misc/deskbar-applet')
-rw-r--r-- | misc/deskbar-applet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/deskbar-applet/Makefile b/misc/deskbar-applet/Makefile index e4f8d6770da..f088eaf02be 100644 --- a/misc/deskbar-applet/Makefile +++ b/misc/deskbar-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2014/01/25 10:30:14 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2014/01/25 10:45:20 wiz Exp $ DISTNAME= deskbar-applet-2.32.0 PKGREVISION= 31 @@ -22,7 +22,7 @@ GCONF_SCHEMAS= deskbar-applet.schemas PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit via py-gnome2, py-gtk2 -PYTHON_PATCH_SCRIPTS= deskbar/deskbar-applet.py +REPLACE_PYTHON= deskbar/deskbar-applet.py PY_PATCHPLIST= yes BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0 |