diff options
author | wiz <wiz@pkgsrc.org> | 2008-06-24 06:50:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-06-24 06:50:09 +0000 |
commit | 6b0e8a107e96ecbf3751b78774e1dfce886a7651 (patch) | |
tree | 62c07be10ac22bdcf2c9f35408f4dff21652d4b9 /audio/gimmix | |
parent | 2e5cd92beec3f4505ad44004e2bc64233d7d353c (diff) | |
download | pkgsrc-6b0e8a107e96ecbf3751b78774e1dfce886a7651.tar.gz |
Add msgfmt to TOOLS. From Hasso Tepper in PR 39028.
Diffstat (limited to 'audio/gimmix')
-rw-r--r-- | audio/gimmix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gimmix/Makefile b/audio/gimmix/Makefile index 6ced9fe0042..bad4c508247 100644 --- a/audio/gimmix/Makefile +++ b/audio/gimmix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:05 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/24 06:50:09 wiz Exp $ # DISTNAME= gimmix-0.4.3 @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= intltool pkg-config +USE_TOOLS+= intltool msgfmt pkg-config USE_DIRS+= xdg-1.1 # XXX clean up bogus symlinks |