diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-05 05:37:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-05 05:37:39 +0000 |
commit | 00478b39e6c53023f76627af6ffacebafc9db9d6 (patch) | |
tree | 3f9b395b95d690e2d375fdb2725a5c29aefa896e /games/gnome2-games | |
parent | 9102c97edf0e6bbc2006c1461512bc2a61334627 (diff) | |
download | pkgsrc-00478b39e6c53023f76627af6ffacebafc9db9d6.tar.gz |
Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool". Remove now unused
intltool/buildlink3.mk
Diffstat (limited to 'games/gnome2-games')
-rw-r--r-- | games/gnome2-games/Makefile | 5 |
1 files changed, 2 insertions, 3 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" |