summaryrefslogtreecommitdiff
path: root/games/tuxmath
diff options
context:
space:
mode:
authorsnj <snj>2004-03-07 04:10:16 +0000
committersnj <snj>2004-03-07 04:10:16 +0000
commit5bf893ad7a6d4a4243ee83eab66acc123698df53 (patch)
treeedfd0aa963d5b7d35c41c82e7a05bc282919a34e /games/tuxmath
parent5f5c50f23d5752443e48bda2abb22786dd18f7a6 (diff)
downloadpkgsrc-5bf893ad7a6d4a4243ee83eab66acc123698df53.tar.gz
Use bl3. Forgot to commit this before removing SDL_image/buildlink2.mk.
Diffstat (limited to 'games/tuxmath')
-rw-r--r--games/tuxmath/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/tuxmath/Makefile b/games/tuxmath/Makefile
index 8b2eab0e218..45d8f763950 100644
--- a/games/tuxmath/Makefile
+++ b/games/tuxmath/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/27 00:53:11 heinz Exp $
+# $NetBSD: Makefile,v 1.9 2004/03/07 04:10:16 snj Exp $
#
DISTNAME= tuxmath-2001.09.07-0102
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.newbreedsoftware.com/tuxmath/
COMMENT= Educational math arcade game
WRKSRC= ${WRKDIR}/tuxmath
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
NO_CONFIGURE= # defined
@@ -25,6 +25,6 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tuxmath
${INSTALL_DATA} ${WRKSRC}/docs/README.txt ${PREFIX}/share/doc/tuxmath/
-.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 "../../mk/bsd.pkg.mk"