diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 21:46:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 21:46:19 +0000 |
commit | 47717eaf680f493ec4dad285799e1cd7a53f03dd (patch) | |
tree | 05ef4589e34f497402ac7b33745f044b1f859096 | |
parent | 9776ea5182aabe151e0fa6e8c346d4b7ddf1dae5 (diff) | |
download | pkgsrc-47717eaf680f493ec4dad285799e1cd7a53f03dd.tar.gz |
Needs msgfmt.
-rw-r--r-- | editors/kdissert/Makefile | 3 | ||||
-rw-r--r-- | graphics/libkexif/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/kdissert/Makefile b/editors/kdissert/Makefile index 97d562d8ec1..9c372a6f4e0 100644 --- a/editors/kdissert/Makefile +++ b/editors/kdissert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/05/24 22:32:17 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2006/06/11 21:46:19 joerg Exp $ # DISTNAME= kdissert-1.0.5 @@ -13,6 +13,7 @@ COMMENT= Mindmapping-like tool to generate text templates USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ +USE_TOOLS+= msgfmt NO_CONFIGURE= yes BUILD_DEPENDS+= scons>=0.96.1nb1:../../devel/scons diff --git a/graphics/libkexif/Makefile b/graphics/libkexif/Makefile index ed243737119..3789b86910d 100644 --- a/graphics/libkexif/Makefile +++ b/graphics/libkexif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/04/17 13:46:06 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/11 21:46:46 joerg Exp $ DISTNAME= libkexif-0.2.2 PKGREVISION= 3 @@ -11,7 +11,7 @@ HOMEPAGE= http://extragear.kde.org/apps/kipi/ COMMENT= Image EXIF information library manipulation USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config msgfmt USE_LANGUAGES= c c++ GNU_CONFIGURE= YES USE_LIBTOOL= YES |