diff options
-rw-r--r-- | editors/leafpad/Makefile | 4 | ||||
-rw-r--r-- | graphics/libkipi/Makefile | 4 | ||||
-rw-r--r-- | multimedia/libassetml/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index 179572a9bed..e9f449e5fb3 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/04/17 13:46:22 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2006/06/11 14:28:33 joerg Exp $ # DISTNAME= leafpad-0.8.4 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://tarot.freeshell.org/leafpad/ COMMENT= Simple and light text editor using GTK+ -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config msgfmt GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= YES diff --git a/graphics/libkipi/Makefile b/graphics/libkipi/Makefile index caa89ebc62d..f143b54b39b 100644 --- a/graphics/libkipi/Makefile +++ b/graphics/libkipi/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 14:30:09 joerg Exp $ DISTNAME= libkipi-0.1.2 PKGREVISION= 3 @@ -11,7 +11,7 @@ HOMEPAGE= http://extragear.kde.org/apps/kipi/ COMMENT= KDE Image Plugin Interface USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_LANGUAGES= c c++ GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/multimedia/libassetml/Makefile b/multimedia/libassetml/Makefile index 260a92c1f84..41d9927c3b4 100644 --- a/multimedia/libassetml/Makefile +++ b/multimedia/libassetml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/31 23:56:28 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/06/11 14:29:03 joerg Exp $ # DISTNAME= libassetml-1.2.1 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.ofset.org/assetml/ COMMENT= Library for sharing image and audio files between projects USE_DIRS+= gnome2-1.5 # share/gnome/help -USE_TOOLS+= gmake pkg-config texi2html +USE_TOOLS+= gmake pkg-config texi2html msgfmt USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool |