diff options
author | jlam <jlam> | 2002-08-27 18:41:11 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-27 18:41:11 +0000 |
commit | 6c94e908bdb02a62f4b3724dc83a0e19a3d3661b (patch) | |
tree | c583116ce669e2b4b8d1d5046d7374c5745d2794 /games | |
parent | ddfa91a6133d57617749bdc2545f7ca8fb713c62 (diff) | |
download | pkgsrc-6c94e908bdb02a62f4b3724dc83a0e19a3d3661b.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'games')
-rw-r--r-- | games/fire/Makefile | 8 | ||||
-rw-r--r-- | games/icebreaker/Makefile | 8 |
2 files changed, 9 insertions, 7 deletions
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" |