diff options
-rw-r--r-- | audio/streamtuner/Makefile | 4 | ||||
-rw-r--r-- | graphics/giram/Makefile | 4 | ||||
-rw-r--r-- | math/galculator/Makefile | 4 | ||||
-rw-r--r-- | x11/multi-gnome-terminal/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index a595337c378..479fe7317c7 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/04/17 13:46:10 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2006/07/19 10:10:43 joerg Exp $ # DISTNAME= streamtuner-0.99.99 @@ -13,7 +13,7 @@ COMMENT= Stream directory browser BUILD_DEPENDS+= hicolor-icon-theme-[0-9]*:../../graphics/hicolor-icon-theme USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake msgfmt pkg-config intltool USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index c14c68d8a88..7e89dd8e0d8 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2006/07/07 15:49:32 jlam Exp $ +# $NetBSD: Makefile,v 1.51 2006/07/19 10:08:38 joerg Exp $ # DISTNAME= giram-0.3.5 @@ -14,7 +14,7 @@ DEPENDS+= povray-[0-9]*:../../graphics/povray BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake pkg-config msgfmt +USE_TOOLS+= gmake pkg-config msgfmt intltool USE_LIBTOOL= YES GNU_CONFIGURE= YES diff --git a/math/galculator/Makefile b/math/galculator/Makefile index 78c476d982a..cebce9eac7b 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/04/17 13:46:39 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2006/07/19 10:08:12 joerg Exp $ # DISTNAME= galculator-1.2.5.2 @@ -12,7 +12,7 @@ COMMENT= Desktop calculator with scientific / RPN modes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake msgfmt pkg-config intltool .include "../../x11/gtk2/buildlink3.mk" .include "../../devel/libglade2/buildlink3.mk" diff --git a/x11/multi-gnome-terminal/Makefile b/x11/multi-gnome-terminal/Makefile index 9ef11bbf27a..2e2a1a1ffbf 100644 --- a/x11/multi-gnome-terminal/Makefile +++ b/x11/multi-gnome-terminal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/04/17 13:47:00 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2006/07/19 10:09:40 joerg Exp $ DISTNAME= multi-gnome-terminal-1.6.1 PKGREVISION= 11 @@ -11,7 +11,7 @@ COMMENT= Gnome tabbed terminal emulator USE_DIRS+= xdg-1.1 USE_X11BASE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake intltool GNU_CONFIGURE= yes USE_LIBTOOL= yes |