summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorsnj <snj>2004-04-12 00:12:11 +0000
committersnj <snj>2004-04-12 00:12:11 +0000
commit0ab30bab0b4582878eaf89e6353676ae15541faf (patch)
treec7125082b5ab83344b068af07ad694f384992065 /games
parent229a50424d4966b78b6d6d91ca5080bd18a36698 (diff)
downloadpkgsrc-0ab30bab0b4582878eaf89e6353676ae15541faf.tar.gz
Convert to buildlink3 and fix a typo in DESCR.
Diffstat (limited to 'games')
-rw-r--r--games/frozen-bubble/DESCR2
-rw-r--r--games/frozen-bubble/Makefile8
2 files changed, 5 insertions, 5 deletions
diff --git a/games/frozen-bubble/DESCR b/games/frozen-bubble/DESCR
index a134cc5f65c..4c0a6b55733 100644
--- a/games/frozen-bubble/DESCR
+++ b/games/frozen-bubble/DESCR
@@ -1,4 +1,4 @@
An amazingly cute game of popping bubbles. Full-featured, colorful
-animated penguin eyecandy, 100 levels of 1p game, hours and hours
+animated penguin eye candy, 100 levels of 1p game, hours and hours
of 2p game, a level-editor, 3 professional quality 20-channels musics,
15 stereo sound effects, 7 unique graphical transition effects.
diff --git a/games/frozen-bubble/Makefile b/games/frozen-bubble/Makefile
index b2c120158fa..d3f37ec103c 100644
--- a/games/frozen-bubble/Makefile
+++ b/games/frozen-bubble/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/24 13:30:56 grant Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/12 00:12:11 snj Exp $
#
DISTNAME= frozen-bubble-1.0.0
@@ -14,7 +14,7 @@ COMMENT= Pop the frozen bubbles
DEPENDS+= p5-SDL>=1.19.2:../../devel/p5-SDL
USE_PERL5= run
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
MAKE_ENV+= PERL5="${PERL5}" CP="${CP}"
@@ -25,7 +25,7 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/fb_c_stuff/.packlist
post-extract:
${RM} -rf ${WRKSRC}/gfx/.xvpics
-.include "../../audio/SDL_mixer/buildlink2.mk"
-.include "../../lang/perl5/buildlink2.mk"
+.include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"