pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/frozen-bubble Convert to buildlink3 and fix a ty...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5bab436c5a94
branches:  trunk
changeset: 472720:5bab436c5a94
user:      snj <snj%pkgsrc.org@localhost>
date:      Mon Apr 12 00:12:11 2004 +0000

description:
Convert to buildlink3 and fix a typo in DESCR.

diffstat:

 games/frozen-bubble/DESCR    |  2 +-
 games/frozen-bubble/Makefile |  8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 53714aca795f -r 5bab436c5a94 games/frozen-bubble/DESCR
--- a/games/frozen-bubble/DESCR Mon Apr 12 00:09:06 2004 +0000
+++ b/games/frozen-bubble/DESCR Mon Apr 12 00:12:11 2004 +0000
@@ -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 -r 53714aca795f -r 5bab436c5a94 games/frozen-bubble/Makefile
--- a/games/frozen-bubble/Makefile      Mon Apr 12 00:09:06 2004 +0000
+++ b/games/frozen-bubble/Makefile      Mon Apr 12 00:12:11 2004 +0000
@@ -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 @@
 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 @@
 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"



Home | Main Index | Thread Index | Old Index