diff options
author | tron <tron@pkgsrc.org> | 2002-12-04 13:02:07 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-12-04 13:02:07 +0000 |
commit | 94144d7b9d752e0bbd5b6beef01f5b813d8ca992 (patch) | |
tree | 4e1be163b0ebc2e2818bdea2ee5f4c0ca50f5d17 /games | |
parent | f5d7e5dc1d989ca481affb783fc43dd8a29f9187 (diff) | |
download | pkgsrc-94144d7b9d752e0bbd5b6beef01f5b813d8ca992.tar.gz |
Add "USE_X11" to fix build problem after using the buildlink2 framework
in this package.
Diffstat (limited to 'games')
-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 |