diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome2-games/Makefile | 5 | ||||
-rw-r--r-- | games/gtetrinet/Makefile | 5 | ||||
-rw-r--r-- | games/gturing/Makefile | 5 | ||||
-rw-r--r-- | games/teg/Makefile | 5 |
4 files changed, 8 insertions, 12 deletions
diff --git a/games/gnome2-games/Makefile b/games/gnome2-games/Makefile index 5d43b928686..1a084011606 100644 --- a/games/gnome2-games/Makefile +++ b/games/gnome2-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2006/05/02 17:19:22 drochner Exp $ +# $NetBSD: Makefile,v 1.71 2006/07/05 05:37:41 jlam Exp $ DISTNAME= gnome-games-2.14.1 CATEGORIES= games gnome @@ -13,7 +13,7 @@ CONFLICTS= xbill-[0-9]* USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_CONFIG_WRAPPER= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes @@ -72,7 +72,6 @@ BUILDLINK_API_DEPENDS.librsvg2+= librsvg2>=2.12.6 .include "../../lang/guile/buildlink3.mk" .include "../../net/howl/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/gtetrinet/Makefile b/games/gtetrinet/Makefile index 07e5a2629b1..a5b8868d1f5 100644 --- a/games/gtetrinet/Makefile +++ b/games/gtetrinet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/04/17 13:46:28 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2006/07/05 05:37:41 jlam Exp $ # DISTNAME= gtetrinet-0.7.7 @@ -12,7 +12,7 @@ COMMENT= Multiplayer tetris game for GNOME2 GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= YES BUILD_DEFS+= USE_INET6 @@ -31,5 +31,4 @@ GCONF2_SCHEMAS= gtetrinet.schemas .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/libgnome/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/gturing/Makefile b/games/gturing/Makefile index 8e07115c391..c1065e0d5fa 100644 --- a/games/gturing/Makefile +++ b/games/gturing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/04/17 13:46:28 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2006/07/05 05:37:41 jlam Exp $ # DISTNAME= gturing-0.1.1 @@ -13,13 +13,12 @@ COMMENT= GNOME2 turing machine emulator GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= YES BUILDLINK_TRANSFORM+= rm:-D.*_DISABLE_DEPRECATED .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/teg/Makefile b/games/teg/Makefile index 18d4b1eb1e2..b18e9e0442e 100644 --- a/games/teg/Makefile +++ b/games/teg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/06/29 19:56:16 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/07/05 05:37:41 jlam Exp $ DISTNAME= teg-0.11.1 PKGREVISION= 6 @@ -13,11 +13,10 @@ USE_DIRS= xdg-1.2 gnome2-1.5 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config msgfmt +USE_TOOLS+= intltool msgfmt pkg-config GCONF2_SCHEMAS+= teg.schemas .include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/GConf2/schemas.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |