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 /x11/rox-session/Makefile | |
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 'x11/rox-session/Makefile')
-rw-r--r-- | x11/rox-session/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/rox-session/Makefile b/x11/rox-session/Makefile index e5dc22db0c4..525f257a25c 100644 --- a/x11/rox-session/Makefile +++ b/x11/rox-session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2014/01/25 10:30:32 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2014/01/25 10:45:22 wiz Exp $ DISTNAME= rox-session-0.28 PKGREVISION= 26 @@ -17,7 +17,7 @@ DIST_SUBDIR= rox NO_BUILD= yes -PYTHON_PATCH_SCRIPTS= AppRun tests/testutils.py +REPLACE_PYTHON= AppRun tests/testutils.py PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 INSTALLATION_DIRS= share/rox/ROX-Session |