summaryrefslogtreecommitdiff
path: root/games/icebreaker
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-27 18:41:11 +0000
committerjlam <jlam>2002-08-27 18:41:11 +0000
commit6c94e908bdb02a62f4b3724dc83a0e19a3d3661b (patch)
treec583116ce669e2b4b8d1d5046d7374c5745d2794 /games/icebreaker
parentddfa91a6133d57617749bdc2545f7ca8fb713c62 (diff)
downloadpkgsrc-6c94e908bdb02a62f4b3724dc83a0e19a3d3661b.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'games/icebreaker')
-rw-r--r--games/icebreaker/Makefile8
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"