diff options
author | snj <snj> | 2004-04-26 04:55:28 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-26 04:55:28 +0000 |
commit | 441ea6d2bd8d866a76334407edbbf5d36b11e86d (patch) | |
tree | c4c114232e887087d17bb67715ad8ce0f95adfcf /games | |
parent | 9c21ca2ca3003539295c75463490fd7722711fee (diff) | |
download | pkgsrc-441ea6d2bd8d866a76334407edbbf5d36b11e86d.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-breakout/Makefile | 8 | ||||
-rw-r--r-- | games/gnome-chess/Makefile | 6 |
2 files changed, 7 insertions, 7 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" diff --git a/games/gnome-chess/Makefile b/games/gnome-chess/Makefile index 647a53c1e4c..5c2240d0816 100644 --- a/games/gnome-chess/Makefile +++ b/games/gnome-chess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/04/14 16:15:22 jmmv Exp $ +# $NetBSD: Makefile,v 1.30 2004/04/26 04:59:26 snj Exp $ DISTNAME= gnome-chess-0.3.3 PKGREVISION= 13 @@ -9,14 +9,14 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.gnome.org/softwaremap/projects/gnome-chess/ COMMENT= GNOME\'s graphical interface for playing chess -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_DIRS+= gnome1-1.5 USE_PKGLOCALEDIR= yes USE_X11BASE= yes GNU_CONFIGURE= yes .include "../../textproc/scrollkeeper/omf.mk" -.include "../../x11/gnome-core/buildlink2.mk" +.include "../../x11/gnome-core/buildlink3.mk" .include "../../mk/bsd.pkg.mk" .if ${OPSYS} == "SunOS" |