summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsnj <snj>2004-03-07 00:39:43 +0000
committersnj <snj>2004-03-07 00:39:43 +0000
commit84b62110e98d9eeb0052cb21a20e1d955502fbd9 (patch)
tree84feb9a05fdf5e896da558e840aeba9940d676aa
parent2821e99001fe7a4fcc8239a2155f0c4615e1aec6 (diff)
downloadpkgsrc-84b62110e98d9eeb0052cb21a20e1d955502fbd9.tar.gz
Use bl3.
-rw-r--r--games/rocksndiamonds-sdl/Makefile6
-rw-r--r--games/rocksndiamonds/Makefile.common4
2 files changed, 5 insertions, 5 deletions
diff --git a/games/rocksndiamonds-sdl/Makefile b/games/rocksndiamonds-sdl/Makefile
index a3d0f4d0125..43cc97977c4 100644
--- a/games/rocksndiamonds-sdl/Makefile
+++ b/games/rocksndiamonds-sdl/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2004/01/03 18:49:41 reed Exp $
+# $NetBSD: Makefile,v 1.4 2004/03/07 00:39:43 snj Exp $
#
-.include "../../audio/SDL_mixer/buildlink2.mk"
-.include "../../graphics/SDL_image/buildlink2.mk"
+.include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../graphics/SDL_image/buildlink3.mk"
.include "../rocksndiamonds/Makefile.common"
diff --git a/games/rocksndiamonds/Makefile.common b/games/rocksndiamonds/Makefile.common
index 9f0fa0b52a5..9b304d19d75 100644
--- a/games/rocksndiamonds/Makefile.common
+++ b/games/rocksndiamonds/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2004/01/26 20:02:30 heinz Exp $
+# $NetBSD: Makefile.common,v 1.9 2004/03/07 00:39:43 snj Exp $
#
DISTNAME= rocksndiamonds-3.0.8
@@ -8,7 +8,7 @@ MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://www.artsoft.org/rocksndiamonds/
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
USE_X11= YES
USE_PKGINSTALL= YES