pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/ltris Use bl3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99fb5fe463a2
branches:  trunk
changeset: 470207:99fb5fe463a2
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Mar 07 07:19:57 2004 +0000

description:
Use bl3.

diffstat:

 games/ltris/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 79224aee72e5 -r 99fb5fe463a2 games/ltris/Makefile
--- a/games/ltris/Makefile      Sun Mar 07 07:12:56 2004 +0000
+++ b/games/ltris/Makefile      Sun Mar 07 07:19:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/12/08 14:41:39 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2004/03/07 07:19:57 snj Exp $
 #
 
 DISTNAME=      ltris-1.0.1
@@ -10,12 +10,12 @@
 HOMEPAGE=      http://lgames.sourceforge.net/
 COMMENT=       SDL tetris clone
 
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 USE_X11=               YES
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --with-highscore-path=${LOCALBASE}/share/games/
 
-.include "../../audio/SDL_mixer/buildlink2.mk"
-.include "../../devel/SDL/buildlink2.mk"
+.include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../devel/SDL/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index