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/icebreaker | |
parent | ddfa91a6133d57617749bdc2545f7ca8fb713c62 (diff) | |
download | pkgsrc-6c94e908bdb02a62f4b3724dc83a0e19a3d3661b.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'games/icebreaker')
-rw-r--r-- | games/icebreaker/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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" |