diff options
author | tron <tron@pkgsrc.org> | 2001-12-19 10:05:08 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-12-19 10:05:08 +0000 |
commit | b3349bdd77f647f4a363606b160805a785ef2e0d (patch) | |
tree | b3a6417be9ac297f10b06cbf2e6a58b48e081928 /games | |
parent | 0d3056b564a5dca833d2ceaac04eb5f24a5f6237 (diff) | |
download | pkgsrc-b3349bdd77f647f4a363606b160805a785ef2e0d.tar.gz |
Remove useless "CFLAGS" definition which should't have been committed.
Diffstat (limited to 'games')
-rw-r--r-- | games/xtux/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xtux/Makefile b/games/xtux/Makefile index 2ed88071a5f..54b0bf69f94 100644 --- a/games/xtux/Makefile +++ b/games/xtux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/12/19 10:04:06 tron Exp $ +# $NetBSD: Makefile,v 1.5 2001/12/19 10:05:08 tron Exp $ # DISTNAME= xtux-arena-src-nov-15 @@ -14,7 +14,6 @@ COMMENT= 2D multi-player shootout using images from the Open Software scene USE_XPM= YES USE_GMAKE= YES -CFLAGS+= -I${PREFIX}/include WRKSRC= ${WRKDIR}/xtux do-install: |