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 | e586012b1d1ff415eb8c70326cac9ca49e16c2c6 (patch) | |
tree | e2b6bec20c9c75273b608880fa359e56d92d7bdd /audio/gmpc | |
parent | f2ade1b01ac29c88658a130036c72bdda3c28c2d (diff) | |
download | pkgsrc-e586012b1d1ff415eb8c70326cac9ca49e16c2c6.tar.gz |
Needs msgfmt.
Diffstat (limited to 'audio/gmpc')
-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 |