diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-22 10:04:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-22 10:04:25 +0000 |
commit | f00a67813cacaf01925ff6d5dbaac060bb3d200f (patch) | |
tree | b8480a7797721aaeeb627f20bcd3fe109abedb83 | |
parent | c29b056278283a4011153774917d4e7a2da41f5e (diff) | |
download | pkgsrc-f00a67813cacaf01925ff6d5dbaac060bb3d200f.tar.gz |
Needs msgfmt.
-rw-r--r-- | devel/devhelp/Makefile | 4 | ||||
-rw-r--r-- | graphics/dia/Makefile | 4 | ||||
-rw-r--r-- | net/dc_gui2/Makefile | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index cdd679c149f..4154b22bc4a 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/04/17 13:46:20 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2006/06/22 10:04:57 joerg Exp $ DISTNAME= devhelp-0.7 PKGREVISION= 16 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.imendio.com/projects/devhelp/ COMMENT= Documentation viewer based on GNOME2 USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= gmake perl pkg-config msgfmt USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 9036564dfce..5ac5e63f9a5 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.44 2006/05/02 16:23:30 drochner Exp $ +# $NetBSD: Makefile,v 1.45 2006/06/22 10:05:36 joerg Exp $ # .include "Makefile.common" +USE_TOOLS+= msgfmt + USE_DIRS+= xdg-1.1 .include "options.mk" diff --git a/net/dc_gui2/Makefile b/net/dc_gui2/Makefile index b1c5e971206..e10c1182c2a 100644 --- a/net/dc_gui2/Makefile +++ b/net/dc_gui2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/04/17 13:46:43 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2006/06/22 10:04:25 joerg Exp $ # DISTNAME= dc_gui2-0.75 @@ -17,7 +17,7 @@ GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= YES CONFIGURE_ARGS+= --enable-manual-db-detect -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config msgfmt USE_LIBTOOL= YES UNLIMIT_RESOURCES+= datasize |