diff options
author | tron <tron> | 2002-12-04 13:02:07 +0000 |
---|---|---|
committer | tron <tron> | 2002-12-04 13:02:07 +0000 |
commit | 51ea275304d3e7ec0dc4d2520c259619822560dc (patch) | |
tree | 4e1be163b0ebc2e2818bdea2ee5f4c0ca50f5d17 | |
parent | 100b1a01af0c4ddf87eb0536410990bcd5c3f7e3 (diff) | |
download | pkgsrc-51ea275304d3e7ec0dc4d2520c259619822560dc.tar.gz |
Add "USE_X11" to fix build problem after using the buildlink2 framework
in this package.
-rw-r--r-- | games/xtux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xtux/Makefile b/games/xtux/Makefile index bee2c00b624..f33b5b0dda0 100644 --- a/games/xtux/Makefile +++ b/games/xtux/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/10/21 12:27:20 wiz Exp $ -# +# $NetBSD: Makefile,v 1.7 2002/12/04 13:02:07 tron Exp $ DISTNAME= xtux-arena-src-nov-15 PKGNAME= xtux-0.2000.11.15 @@ -13,6 +12,7 @@ COMMENT= 2D multi-player shootout using images from the Open Software scene USE_BUILDLINK2= YES USE_GMAKE= YES +USE_X11= YES WRKSRC= ${WRKDIR}/xtux |