diff options
Diffstat (limited to 'audio/solfege/Makefile')
-rw-r--r-- | audio/solfege/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index 9298a8b57c8..ceb388aec31 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/02 00:48:31 schmonz Exp $ +# $NetBSD: Makefile,v 1.9 2006/03/05 16:27:23 jlam Exp $ # DISTNAME= solfege-3.0.7 @@ -16,8 +16,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --disable-oss-sound -USE_TOOLS+= gmake gm4 pkg-config -USE_MAKEINFO= yes +USE_TOOLS+= gmake gm4 makeinfo pkg-config PYTHON_VERSIONS_ACCEPTED= 24 23 PYTHON_PATCH_SCRIPTS= *.py *.py.in */*.py */*.py.in |