diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-28 14:58:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-28 14:58:00 +0000 |
commit | 7b519e3e390dabae7628ebdc28300252e8bb4589 (patch) | |
tree | 4b3176ecc91db93eeee17a64469dfd507944811f | |
parent | c532c4cf32de7d90b7eafdb9b29a243d5fb654e8 (diff) | |
download | pkgsrc-7b519e3e390dabae7628ebdc28300252e8bb4589.tar.gz |
Needs msgfmt.
-rw-r--r-- | multimedia/dvdstyler/Makefile | 4 | ||||
-rw-r--r-- | x11/Terminal/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index bd9c6cc6706..7dc4763e0ca 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/06/12 16:28:12 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/06/28 14:58:42 joerg Exp $ # DISTNAME= DVDStyler-1.5b4 @@ -18,7 +18,7 @@ DEPENDS+= mpgtx-[0-9]*:../../graphics/mpgtx USE_DIRS+= xdg-1.1 USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes -USE_TOOLS+= autoconf gmake pkg-config +USE_TOOLS+= autoconf gmake pkg-config msgfmt GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-kde diff --git a/x11/Terminal/Makefile b/x11/Terminal/Makefile index 3436e4560d3..4bc0b64e426 100644 --- a/x11/Terminal/Makefile +++ b/x11/Terminal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/04/17 13:47:01 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2006/06/28 14:58:00 joerg Exp $ # DISTNAME= Terminal-0.2.4 @@ -14,7 +14,7 @@ COMMENT= Terminal emulator primarly for the Xfce USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config msgfmt USE_DIRS+= xdg-1.1 .include "../../devel/glib2/buildlink3.mk" |