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 /multimedia/dvdstyler | |
parent | c532c4cf32de7d90b7eafdb9b29a243d5fb654e8 (diff) | |
download | pkgsrc-7b519e3e390dabae7628ebdc28300252e8bb4589.tar.gz |
Needs msgfmt.
Diffstat (limited to 'multimedia/dvdstyler')
-rw-r--r-- | multimedia/dvdstyler/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |