diff options
author | dholland <dholland> | 2014-01-02 06:12:50 +0000 |
---|---|---|
committer | dholland <dholland> | 2014-01-02 06:12:50 +0000 |
commit | e7d2efdc9bb893b0a39edf682c0457db39c72a44 (patch) | |
tree | dbccce51ed0f4047902f077b01760188357308e1 /audio/gmpc-jamendo | |
parent | 9261f048bef9b17b801ec4ba7310ed95f9b3bddf (diff) | |
download | pkgsrc-e7d2efdc9bb893b0a39edf682c0457db39c72a44.tar.gz |
Needs msgfmt, seen in solaris bulk build
Diffstat (limited to 'audio/gmpc-jamendo')
-rw-r--r-- | audio/gmpc-jamendo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gmpc-jamendo/Makefile b/audio/gmpc-jamendo/Makefile index 20e363ee805..cd0e2f0a152 100644 --- a/audio/gmpc-jamendo/Makefile +++ b/audio/gmpc-jamendo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/10/19 09:06:59 adam Exp $ +# $NetBSD: Makefile,v 1.4 2014/01/02 06:12:50 dholland Exp $ DISTNAME= gmpc-jamendo-11.8.16 PKGREVISION= 2 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= intltool pkg-config +USE_TOOLS+= intltool msgfmt pkg-config .include "../../audio/gmpc/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" |