From a16090b29d62626bc96f873d36c23c3dae22b2eb Mon Sep 17 00:00:00 2001 From: mm Date: Tue, 31 Jul 2007 15:04:12 +0000 Subject: - Depend explicitly on USE_XORG= xt xpm xaw - Bump PORTREVISION Approved by: garga (mentor, implicit) --- games/xboard/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 04ffb545fd11..47e3283e80a3 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -7,7 +7,7 @@ PORTNAME= xboard PORTVERSION= 4.2.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.tim-mann.org/xboard/ \ ${MASTER_SITE_GNU} @@ -18,12 +18,15 @@ COMMENT= X frontend for Crafty, GNUChess, Chess Servers, or e-mail chess BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html -USE_XLIB= yes +USE_XORG= xt xpm xaw GNU_CONFIGURE= yes STRIP= MAN6= xboard.6 zic2xpm.6 INFO= xboard +CONFIGURE_ARGS+= --x-libraries=${X11BASE}/lib \ + --x-includes=${X11BASE}/include + .if defined(WITH_XAW3D) CONFIGURE_ARGS+= "--with-Xaw3d" LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d -- cgit