diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-19 21:45:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-19 21:45:54 +0000 |
commit | 795c6004c1fa996d9c91adaaef42ef52b4a629da (patch) | |
tree | e2b6bec20c9c75273b608880fa359e56d92d7bdd /audio | |
parent | 1418238a13ba9dc8592747166cbaae82f503fc04 (diff) | |
download | pkgsrc-795c6004c1fa996d9c91adaaef42ef52b4a629da.tar.gz |
Needs msgfmt.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gmpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gmpc/Makefile b/audio/gmpc/Makefile index 7f7e7c4d8f9..01ea1106a92 100644 --- a/audio/gmpc/Makefile +++ b/audio/gmpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/04/17 13:46:15 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2006/06/19 21:45:54 joerg Exp $ # DISTNAME= gmpc-0.13.0 @@ -12,7 +12,7 @@ COMMENT= GNOME client for the Music Player Daemon USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config msgfmt PKGCONFIG_OVERRIDE= data/gmpc.pc.in USE_DIRS+= xdg-1.1 |