diff options
author | snj <snj@pkgsrc.org> | 2004-03-09 21:19:01 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-09 21:19:01 +0000 |
commit | fe095f62f6113fd085c6725f53b7b58a42d634a7 (patch) | |
tree | bf9dd5e67b8cf2cbf0f1153914e3a5e98872e4f6 /games/xtux | |
parent | 5954439d6e10afdfd00955e52f715abbaff1e3b9 (diff) | |
download | pkgsrc-fe095f62f6113fd085c6725f53b7b58a42d634a7.tar.gz |
Use bl3.
Diffstat (limited to 'games/xtux')
-rw-r--r-- | games/xtux/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xtux/Makefile b/games/xtux/Makefile index 7c8dea4056c..5d45d7e1f47 100644 --- a/games/xtux/Makefile +++ b/games/xtux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/24 13:30:57 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/03/09 21:19:01 snj Exp $ DISTNAME= xtux-arena-src-nov-15 PKGNAME= xtux-0.2000.11.15 @@ -11,7 +11,7 @@ HOMEPAGE= http://xtux.sourceforge.net/ COMMENT= 2D multi-player shootout using images from the Open Software scene WRKSRC= ${WRKDIR}/xtux -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make USE_X11= YES @@ -27,5 +27,5 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tux_serv ${PREFIX}/bin/tux_serv ${INSTALL_PROGRAM} ${WRKSRC}/xtux ${PREFIX}/bin/xtux -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |