summaryrefslogtreecommitdiff
path: root/games/gnome-games
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-06 01:34:17 +0000
committerwiz <wiz@pkgsrc.org>2002-10-06 01:34:17 +0000
commita64c12ffb1d8054ce36b35a2e51f193b6a157370 (patch)
tree54d4a535fafd33bedcb3732dbde76bd8a5a15e53 /games/gnome-games
parent9cc39b6c025a1ddf2ba6f3fba5808c828223b7b2 (diff)
downloadpkgsrc-a64c12ffb1d8054ce36b35a2e51f193b6a157370.tar.gz
Convert to buildlink2.
Diffstat (limited to 'games/gnome-games')
-rw-r--r--games/gnome-games/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index bbbfa1a0f7e..b37c26c9c79 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2002/10/03 01:59:07 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2002/10/06 01:34:17 wiz Exp $
DISTNAME= gnome-games-1.4.0.4
PKGREVISION= 2
@@ -13,13 +13,12 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME games collection
-# Required for ports which don't build "libgtop".
-DEPENDS+= guile-[0-9]*:../../lang/guile
BUILD_USES_MSGFMT= YES
CONFLICTS= xbill-[0-9]*
AUTOMAKE_REQD= 1.4
+USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_X11BASE= YES
USE_LIBTOOL= YES
@@ -65,8 +64,10 @@ post-install:
${LN} -s gnome-mines ${PREFIX}/share/gnome/help/gnomine
${LN} -s same-gnome ${PREFIX}/share/gnome/help/samegnome
-.include "../../devel/gettext-lib/buildlink.mk"
-.include "../../devel/ncurses/buildlink.mk"
-.include "../../x11/gnome-core/buildlink.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/ncurses/buildlink2.mk"
+# Required for ports which don't build "libgtop".
+.include "../../lang/guile/buildlink2.mk"
+.include "../../x11/gnome-core/buildlink2.mk"
.include "../../mk/automake.mk"
.include "../../mk/bsd.pkg.mk"