summaryrefslogtreecommitdiff
path: root/games/ltris
diff options
context:
space:
mode:
authorsnj <snj>2004-03-07 07:19:57 +0000
committersnj <snj>2004-03-07 07:19:57 +0000
commit6ca008f179afe6048bea63cc9250bb6f3d091500 (patch)
tree79e187a9efc6010d91b35b80f54c09cf8caf19b1 /games/ltris
parentd9ad2105fd35fa364db036e32f5cb9b0e843f2cf (diff)
downloadpkgsrc-6ca008f179afe6048bea63cc9250bb6f3d091500.tar.gz
Use bl3.
Diffstat (limited to 'games/ltris')
-rw-r--r--games/ltris/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/ltris/Makefile b/games/ltris/Makefile
index ca230cfca5b..019e5f68380 100644
--- a/games/ltris/Makefile
+++ b/games/ltris/Makefile
@@ -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 @@ MAINTAINER= xs@nitric.net
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"