diff options
author | tron <tron> | 2001-12-19 10:04:06 +0000 |
---|---|---|
committer | tron <tron> | 2001-12-19 10:04:06 +0000 |
commit | 4d5ccb65e2b43cb42e02db2203e0a2e253f60b30 (patch) | |
tree | fe3f3b4f6c348b3c3f937de4a7b30a9d1188a18d /games/xtux/Makefile | |
parent | dd134ff72bad587d48ce89d7f73b042be094ba12 (diff) | |
download | pkgsrc-4d5ccb65e2b43cb42e02db2203e0a2e253f60b30.tar.gz |
Make this package build on systems with XFree86 3.3.x and the "xpkwedge"
package installed. This fixes PR pkg/14923 by Robert Elz.
Diffstat (limited to 'games/xtux/Makefile')
-rw-r--r-- | games/xtux/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/xtux/Makefile b/games/xtux/Makefile index d6be5ba90d6..2ed88071a5f 100644 --- a/games/xtux/Makefile +++ b/games/xtux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/11/14 14:47:54 agc Exp $ +# $NetBSD: Makefile,v 1.4 2001/12/19 10:04:06 tron Exp $ # DISTNAME= xtux-arena-src-nov-15 @@ -11,9 +11,10 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://xtux.sourceforge.net/ COMMENT= 2D multi-player shootout using images from the Open Software scene -USE_XPM= yes -USE_GMAKE= yes +USE_XPM= YES +USE_GMAKE= YES +CFLAGS+= -I${PREFIX}/include WRKSRC= ${WRKDIR}/xtux do-install: |