Tue Nov 22 16:23:52 2011 UTC ()
audio/gmpc-tagedit: Add msgfmt to USE_TOOLS

Required to build on DragonFly.


(marino)
diff -r1.4 -r1.5 pkgsrc/audio/gmpc-tagedit/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/audio/gmpc-tagedit/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/gmpc-tagedit/Makefile 2011/11/01 06:00:37 1.4
+++ pkgsrc/audio/gmpc-tagedit/Makefile 2011/11/22 16:23:52 1.5
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.4 2011/11/01 06:00:37 sbd Exp $ 1# $NetBSD: Makefile,v 1.5 2011/11/22 16:23:52 marino Exp $
2# 2#
3 3
4DISTNAME= gmpc-tagedit-0.20.0 4DISTNAME= gmpc-tagedit-0.20.0
5PKGREVISION= 2 5PKGREVISION= 2
6CATEGORIES= audio 6CATEGORIES= audio
7MASTER_SITES= http://download.sarine.nl/Programs/gmpc/0.20.0/ 7MASTER_SITES= http://download.sarine.nl/Programs/gmpc/0.20.0/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://gmpc.wikia.com/wiki/GMPC_PLUGIN_TAGEDIT 10HOMEPAGE= http://gmpc.wikia.com/wiki/GMPC_PLUGIN_TAGEDIT
11COMMENT= GMPC plugin for editing song tags 11COMMENT= GMPC plugin for editing song tags
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes
18USE_TOOLS= gmake intltool pkg-config 18USE_TOOLS= gmake intltool pkg-config msgfmt
19 19
20.include "../../audio/gmpc/buildlink3.mk" 20.include "../../audio/gmpc/buildlink3.mk"
21.include "../../audio/taglib/buildlink3.mk" 21.include "../../audio/taglib/buildlink3.mk"
22.include "../../devel/gob2/buildlink3.mk" 22.include "../../devel/gob2/buildlink3.mk"
23.include "../../textproc/libxml2/buildlink3.mk" 23.include "../../textproc/libxml2/buildlink3.mk"
24.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"