diff options
-rw-r--r-- | emulators/zsnes/Makefile | 12 | ||||
-rw-r--r-- | games/fire/Makefile | 8 | ||||
-rw-r--r-- | games/icebreaker/Makefile | 8 |
3 files changed, 15 insertions, 13 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index da1afb93a3e..80c5a2d9e50 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/05/12 10:16:46 abs Exp $ +# $NetBSD: Makefile,v 1.7 2002/08/27 18:41:11 jlam Exp $ # DISTNAME= zsnes1337src @@ -21,10 +21,10 @@ WRKSRC= ${WRKDIR}/zsnes-1.337/src GNU_CONFIGURE= # defined USE_GMAKE= # defined -USE_CONFIG_WRAPPER= # defined -USE_BUILDLINK_ONLY= # defined +USE_BUILDLINK2= # defined +USE_X11= # defined + +.include "../../devel/SDL/buildlink2.mk" +.include "../../graphics/png/buildlink2.mk" -.include "../../devel/SDL/buildlink.mk" -.include "../../graphics/png/buildlink.mk" -.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/fire/Makefile b/games/fire/Makefile index 2ae12a2a3f0..98ea7a7fa15 100644 --- a/games/fire/Makefile +++ b/games/fire/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/10/24 22:10:55 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2002/08/27 18:44:27 jlam Exp $ # DISTNAME= fire-1.0 @@ -9,9 +9,9 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.libsdl.org/projects/fire/index.html COMMENT= organic fireworks demo -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES +USE_X11= YES GNU_CONFIGURE= YES -.include "../../devel/SDL/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../devel/SDL/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/icebreaker/Makefile b/games/icebreaker/Makefile index 4ad24113793..0b85531af8a 100644 --- a/games/icebreaker/Makefile +++ b/games/icebreaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/03/09 00:10:11 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/08/27 18:49:10 jlam Exp $ # DISTNAME= icebreaker-1.2.1 @@ -10,12 +10,14 @@ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.mattdm.org/icebreaker/ COMMENT= penguin capturing simulation +USE_BUILDLINK2= yes USE_GMAKE= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/icebreaker ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/icebreaker -.include "../../devel/SDL/buildlink.mk" -.include "../../audio/SDL-mixer/buildlink.mk" +.include "../../audio/SDL-mixer/buildlink2.mk" +.include "../../devel/smpeg/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |