diff options
author | joerg <joerg@pkgsrc.org> | 2006-09-15 14:15:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-09-15 14:15:48 +0000 |
commit | 2f6aa745af20e923231020b4872234837bff9fe4 (patch) | |
tree | a283bb6491c0bdbb2aa58f63346d1ce0772a847f /audio | |
parent | 3a16719b2acde745a41bc0258e4d5b2ef66dce13 (diff) | |
download | pkgsrc-2f6aa745af20e923231020b4872234837bff9fe4.tar.gz |
Needs msgfmt.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sound-juicer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index f18ef5fdec9..ee3ea415ef9 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/08/22 16:31:34 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/09/15 14:15:48 joerg Exp $ # DISTNAME= sound-juicer-2.14.4 @@ -11,7 +11,7 @@ COMMENT= CD ripping tool USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config intltool +USE_TOOLS+= gmake pkg-config intltool msgfmt USE_LANGUAGES= c c++ CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/" |