diff options
author | hasso <hasso> | 2009-09-09 06:22:12 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-09-09 06:22:12 +0000 |
commit | 8c58463140fdcd00048367d665db2b9f5bdfd22f (patch) | |
tree | c1d3f1ca1e86afa6bf63dec57bcfe137c40285fd /audio | |
parent | 1b2375802c0ddafe8600e7c71cf915f131add5f8 (diff) | |
download | pkgsrc-8c58463140fdcd00048367d665db2b9f5bdfd22f.tar.gz |
Configure needs msgfmt.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gbemol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gbemol/Makefile b/audio/gbemol/Makefile index 8cfc45d676b..6a1beae53af 100644 --- a/audio/gbemol/Makefile +++ b/audio/gbemol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/09/03 01:29:34 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/09/09 06:22:12 hasso Exp $ # DISTNAME= gbemol-0.3.2 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config intltool +USE_TOOLS+= pkg-config intltool msgfmt .include "../../audio/id3lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" |