diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-07-31 15:04:12 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-07-31 15:04:12 +0000 |
commit | 7aa4c7ab5c64ce75333b5e24955d8a99e5ab9218 (patch) | |
tree | af26abc9426bc000e88bf28cd38f59211501a1c9 /games/xboard | |
parent | 4564f57fc7aea9050dacd2f1ea2987572c7b4e9c (diff) |
Notes
Diffstat (limited to 'games/xboard')
-rw-r--r-- | games/xboard/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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 |