diff options
author | snj <snj@pkgsrc.org> | 2004-04-12 00:12:11 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-12 00:12:11 +0000 |
commit | 3d46b7b44f74fed71bdbf6260611fcce24e30c15 (patch) | |
tree | c7125082b5ab83344b068af07ad694f384992065 /games/frozen-bubble | |
parent | ac54de04b14e29078ee1b2e4b4d217de44e112e5 (diff) | |
download | pkgsrc-3d46b7b44f74fed71bdbf6260611fcce24e30c15.tar.gz |
Convert to buildlink3 and fix a typo in DESCR.
Diffstat (limited to 'games/frozen-bubble')
-rw-r--r-- | games/frozen-bubble/DESCR | 2 | ||||
-rw-r--r-- | games/frozen-bubble/Makefile | 8 |
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" |