diff options
Diffstat (limited to 'games/gnome-breakout/Makefile')
-rw-r--r-- | games/gnome-breakout/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/gnome-breakout/Makefile b/games/gnome-breakout/Makefile index e5e79fffcab..27a48610dd7 100644 --- a/games/gnome-breakout/Makefile +++ b/games/gnome-breakout/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/04/14 19:30:22 jmmv Exp $ +# $NetBSD: Makefile,v 1.20 2004/04/26 04:55:48 snj Exp $ # DISTNAME= gnome-breakout-0.5.2 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.senet.com.au/~alcaron/software.html COMMENT= Gnome version of the classic breakout game GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= YES USE_X11BASE= YES @@ -21,6 +21,6 @@ post-install: ${CHOWN} games:games /var/games/gnome-breakout.scores ${CHMOD} 664 /var/games/gnome-breakout.scores -.include "../../devel/gettext-lib/buildlink2.mk" -.include "../../x11/gnome-core/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../x11/gnome-core/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |