summaryrefslogtreecommitdiff
path: root/games/gnome-breakout
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-13 16:17:57 +0000
committerwiz <wiz@pkgsrc.org>2002-10-13 16:17:57 +0000
commit823e610fdba6f0e17c9aaf60cc73ba566be439d7 (patch)
tree1c186751bfce8b4d5af7168c114013beca039f3b /games/gnome-breakout
parent997f9c244eb2ffe8f1b7b4b1200d7b8d82dd0770 (diff)
downloadpkgsrc-823e610fdba6f0e17c9aaf60cc73ba566be439d7.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'games/gnome-breakout')
-rw-r--r--games/gnome-breakout/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/gnome-breakout/Makefile b/games/gnome-breakout/Makefile
index d3b9efcbad1..062c4adbd3d 100644
--- a/games/gnome-breakout/Makefile
+++ b/games/gnome-breakout/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/03/13 17:37:00 fredb Exp $
+# $NetBSD: Makefile,v 1.8 2002/10/13 16:17:57 wiz Exp $
#
DISTNAME= gnome-breakout-0.5.2
@@ -8,11 +8,10 @@ MASTER_SITES= http://www.senet.com.au/~alcaron/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.senet.com.au/~alcaron/software.html
-COMMENT= gnome version of the classic breakout game
-
-DEPENDS+= gnome-core>=1.4.0.4nb1:../../x11/gnome-core
+COMMENT= Gnome version of the classic breakout game
GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
USE_X11BASE= YES
post-install:
@@ -20,5 +19,6 @@ post-install:
${CHOWN} games:games /var/games/gnome-breakout.scores
${CHMOD} 664 /var/games/gnome-breakout.scores
-.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../x11/gnome-core/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"