summaryrefslogtreecommitdiff
path: root/games/xboard
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-11 06:34:17 +0000
committerjlam <jlam@pkgsrc.org>2001-06-11 06:34:17 +0000
commitc4e71c5e7a56600bcceba68cbed656ef7246e444 (patch)
tree6b373d2a314b8d27a2d1f47c4cb173dc5c0d7a48 /games/xboard
parenta057ade2a392070aecc8ee511ae1cab01869b513 (diff)
downloadpkgsrc-c4e71c5e7a56600bcceba68cbed656ef7246e444.tar.gz
CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
Diffstat (limited to 'games/xboard')
-rw-r--r--games/xboard/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile
index 4db480d4d9a..51f4aee7f16 100644
--- a/games/xboard/Makefile
+++ b/games/xboard/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/03/09 20:27:10 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2001/06/11 06:34:34 jlam Exp $
DISTNAME= xboard-4.2.3
CATEGORIES= games
@@ -19,7 +19,6 @@ INFO_FILES= xboard.info
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --enable-xpm
CONFIGURE_ARGS+= --enable-zippy # interface to ICS
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CPPFLAGS+= -I${X11PREFIX}/include
.include "../../mk/bsd.prefs.mk"