summaryrefslogtreecommitdiff
path: root/games/xboard
diff options
context:
space:
mode:
authorjlam <jlam>2001-08-23 04:26:51 +0000
committerjlam <jlam>2001-08-23 04:26:51 +0000
commit3da39f02782d99195f49d4edb3348780a024f4fa (patch)
tree4bfa8b36ce531fe4f0f7472d5fdff888abf4b533 /games/xboard
parent2b3a25f294c80ee47c2837b7690b8b49227dd6ad (diff)
downloadpkgsrc-3da39f02782d99195f49d4edb3348780a024f4fa.tar.gz
Move per-package default XAW_TYPE setting above the inclusion of
bsd.prefs.mk so that it is actually used. Where possible, include xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
Diffstat (limited to 'games/xboard')
-rw-r--r--games/xboard/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile
index 51f4aee7f16..ed72279386e 100644
--- a/games/xboard/Makefile
+++ b/games/xboard/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/06/11 06:34:34 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2001/08/23 04:26:53 jlam Exp $
DISTNAME= xboard-4.2.3
CATEGORIES= games
@@ -11,15 +11,12 @@ COMMENT= graphical frontend for GNU Chess, Crafty, ICS or e-mail chess
USE_PERL5= # defined
USE_X11= # defined
-USE_XAW= # defined
-USE_XPM= # defined
INFO_FILES= xboard.info
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --enable-xpm
CONFIGURE_ARGS+= --enable-zippy # interface to ICS
-CPPFLAGS+= -I${X11PREFIX}/include
.include "../../mk/bsd.prefs.mk"
@@ -27,4 +24,6 @@ CPPFLAGS+= -I${X11PREFIX}/include
CONFIGURE_ARGS+= --with-Xaw3d
.endif
+.include "../../graphics/xpm/buildlink.mk"
+.include "../../mk/xaw.buildlink.mk"
.include "../../mk/bsd.pkg.mk"