diff options
author | hasso <hasso@pkgsrc.org> | 2008-11-11 14:15:12 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-11-11 14:15:12 +0000 |
commit | f7248bc50372f5d2ae5edd3ae330b554f714c940 (patch) | |
tree | ab03edfe6c0a1f4e286a9531bb932be418c65a0b /graphics/unicap | |
parent | 5071092cb882dd82c7570895876a5b62c62a4af5 (diff) | |
download | pkgsrc-f7248bc50372f5d2ae5edd3ae330b554f714c940.tar.gz |
Needs msgfmt.
Diffstat (limited to 'graphics/unicap')
-rw-r--r-- | graphics/unicap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/unicap/Makefile b/graphics/unicap/Makefile index c34f16c7897..586ae0996ec 100644 --- a/graphics/unicap/Makefile +++ b/graphics/unicap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/09/17 15:28:16 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/11/11 14:15:12 hasso Exp $ DISTNAME= unicap-0.9.1 CATEGORIES= graphics @@ -10,7 +10,7 @@ COMMENT= Uniform interface to video capture devices PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= perl pkg-config gmake intltool +USE_TOOLS+= perl pkg-config gmake intltool msgfmt USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |