diff options
author | wiz <wiz> | 2014-01-25 10:45:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-25 10:45:15 +0000 |
commit | 9f71712097d6e7f432586b0248809bbd69a95570 (patch) | |
tree | 20b275e879e9a02978fb92613c271dbee7b21c37 /audio/solfege | |
parent | 5f8b445828d88a6593afbdb393b77a1421f84a24 (diff) | |
download | pkgsrc-9f71712097d6e7f432586b0248809bbd69a95570.tar.gz |
No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
Diffstat (limited to 'audio/solfege')
-rw-r--r-- | audio/solfege/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index 16808c3cc77..689beef5405 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2014/01/25 10:29:57 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2014/01/25 10:45:16 wiz Exp $ DISTNAME= solfege-3.14.1 PKGREVISION= 22 @@ -25,7 +25,7 @@ USE_TOOLS+= gmake gm4 makeinfo pkg-config msgfmt bash:run REPLACE_BASH= lesson-files/bin/csound-play-harmonic-interval.sh -PYTHON_PATCH_SCRIPTS= *.py *.py.in */*.py */*.py.in +REPLACE_PYTHON= *.py *.py.in */*.py */*.py.in PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 SUBST_CLASSES+= sound |