diff options
author | hasso <hasso@pkgsrc.org> | 2009-03-09 13:37:08 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-03-09 13:37:08 +0000 |
commit | 26ddf45296c895af07c8f3df8fcac37f466a400f (patch) | |
tree | 22ec9a95e9789304796d7248b1f3fb77a12dda7a /multimedia/pspvc | |
parent | 6e661f58581a0b4ef0e2894d70fc7810559b0c76 (diff) | |
download | pkgsrc-26ddf45296c895af07c8f3df8fcac37f466a400f.tar.gz |
Needs msgfmt.
Diffstat (limited to 'multimedia/pspvc')
-rw-r--r-- | multimedia/pspvc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/pspvc/Makefile b/multimedia/pspvc/Makefile index ca3dd9144c1..8a20a5a36a5 100644 --- a/multimedia/pspvc/Makefile +++ b/multimedia/pspvc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/01/02 02:55:43 jmcneill Exp $ +# $NetBSD: Makefile,v 1.4 2009/03/09 13:37:08 hasso Exp $ # DISTNAME= pspvc-install-0.3 @@ -13,7 +13,7 @@ HOMEPAGE= http://pspvc.sf.net/ COMMENT= PSP video converter USE_LANGUAGES= c -USE_TOOLS= pkg-config gmake +USE_TOOLS= pkg-config gmake msgfmt GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PSPVCVER} |