diff options
author | joerg <joerg@pkgsrc.org> | 2007-10-05 23:28:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-10-05 23:28:07 +0000 |
commit | b96c7bc7a836898c5b6e15da908686e7cc4fef0f (patch) | |
tree | b1f31b7bd34954c57fd4402973a75057685c9c32 /multimedia | |
parent | c438fa9637ff1f19ae9389d63320e853f176a2ff (diff) | |
download | pkgsrc-b96c7bc7a836898c5b6e15da908686e7cc4fef0f.tar.gz |
Needs msgfmt.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mplayer-plugin-firefox/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/subtitleeditor/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/mplayer-plugin-firefox/Makefile.common b/multimedia/mplayer-plugin-firefox/Makefile.common index 31ea1a687fd..711aa834aa2 100644 --- a/multimedia/mplayer-plugin-firefox/Makefile.common +++ b/multimedia/mplayer-plugin-firefox/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2007/09/09 19:30:07 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.17 2007/10/05 23:28:07 joerg Exp $ # DISTNAME= mplayerplug-in-3.45 @@ -14,7 +14,7 @@ DEPENDS+= mplayer>=0.92:../../multimedia/mplayer WRKSRC= ${WRKDIR}/mplayerplug-in GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config msgfmt USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --enable-wmp diff --git a/multimedia/subtitleeditor/Makefile b/multimedia/subtitleeditor/Makefile index 812d21a1c6e..65b34841015 100644 --- a/multimedia/subtitleeditor/Makefile +++ b/multimedia/subtitleeditor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/09/21 13:04:08 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2007/10/05 23:30:46 joerg Exp $ # DISTNAME= subtitleeditor-0.13.6 @@ -13,7 +13,7 @@ COMMENT= GTK+2 tool to edit movie subtitles USE_DIRS+= xdg-1.4 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config msgfmt GNU_CONFIGURE= yes USE_LANGUAGES= c c++ |