diff options
author | snj <snj@pkgsrc.org> | 2004-03-07 04:10:16 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-07 04:10:16 +0000 |
commit | 42461d2b4a25e1d12bdd077eb4914d6f1d946156 (patch) | |
tree | edfd0aa963d5b7d35c41c82e7a05bc282919a34e /games/tuxmath | |
parent | 0993d2b07b5d1f913fc85e5c185a296744cbfba4 (diff) | |
download | pkgsrc-42461d2b4a25e1d12bdd077eb4914d6f1d946156.tar.gz |
Use bl3. Forgot to commit this before removing SDL_image/buildlink2.mk.
Diffstat (limited to 'games/tuxmath')
-rw-r--r-- | games/tuxmath/Makefile | 8 |
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" |