diff options
author | hasso <hasso> | 2008-12-14 19:06:38 +0000 |
---|---|---|
committer | hasso <hasso> | 2008-12-14 19:06:38 +0000 |
commit | c70d08e2fcaebeb7181374acfaf341dd1eb76030 (patch) | |
tree | e48e41bfd53c36fadd265cdc8986d6f8dc2bb702 /audio/audacious-plugins/Makefile | |
parent | 06104b0654f7797e7c8ae6a1269b9c63de877bc2 (diff) | |
download | pkgsrc-c70d08e2fcaebeb7181374acfaf341dd1eb76030.tar.gz |
Needs msgfmt.
Diffstat (limited to 'audio/audacious-plugins/Makefile')
-rw-r--r-- | audio/audacious-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audacious-plugins/Makefile b/audio/audacious-plugins/Makefile index 3c2a20280f3..9ff5bace628 100644 --- a/audio/audacious-plugins/Makefile +++ b/audio/audacious-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/11/10 12:06:06 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/12/14 19:14:33 hasso Exp $ # DISTNAME= audacious-plugins-1.5.1 @@ -11,7 +11,7 @@ HOMEPAGE= http://audacious-media-player.org/ COMMENT= Plugins for Audacious media player GNU_CONFIGURE= yes -USE_TOOLS+= gmake intltool pkg-config +USE_TOOLS+= gmake intltool pkg-config msgfmt USE_LIBTOOL= yes # This should avoid an error like: libstdc++.so.6: Undefined PLT symbol "_Unwind_GetIP" on NetBSD i386 and maybe amd64, with gcc4 at least. |