diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-21 13:22:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-21 13:22:27 +0000 |
commit | b8b44586ce8e9045cef2df2fd363fc5f6b421538 (patch) | |
tree | 05e9e8a0febe923a2ea32651a1de7d879397c860 /audio/solfege | |
parent | 92e60353d2fb42ce697a0675f2aa225ae0dd0187 (diff) | |
download | pkgsrc-b8b44586ce8e9045cef2df2fd363fc5f6b421538.tar.gz |
Needs msgfmt.
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 608886adca5..da21f3a019c 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/04/17 13:46:16 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2006/06/21 13:22:27 joerg Exp $ # DISTNAME= solfege-3.0.7 @@ -17,7 +17,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --disable-oss-sound -USE_TOOLS+= gmake gm4 makeinfo pkg-config +USE_TOOLS+= gmake gm4 makeinfo pkg-config msgfmt PYTHON_VERSIONS_ACCEPTED= 24 23 PYTHON_PATCH_SCRIPTS= *.py *.py.in */*.py */*.py.in |