diff options
author | hasso <hasso@pkgsrc.org> | 2008-12-14 19:21:01 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-12-14 19:21:01 +0000 |
commit | 7c82f75bceaa9a7219097a12f4adf59cbc2a130d (patch) | |
tree | b7a31db2916f362eb1e45b187f4a0f308fc38d41 /graphics | |
parent | 4dd629512a10fafdff1e4ce709ed2a3e1adfab9a (diff) | |
download | pkgsrc-7c82f75bceaa9a7219097a12f4adf59cbc2a130d.tar.gz |
Needs msgfmt.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cheese/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cheese/Makefile b/graphics/cheese/Makefile index 204c77c9e94..842d60b8ced 100644 --- a/graphics/cheese/Makefile +++ b/graphics/cheese/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/12/02 11:47:09 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2008/12/14 19:21:01 hasso Exp $ DISTNAME= cheese-2.24.2 CATEGORIES= graphics @@ -23,7 +23,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 -USE_TOOLS+= pkg-config perl intltool gmake +USE_TOOLS+= pkg-config perl intltool gmake msgfmt USE_TOOLS+= autoconf automake autoreconf USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |