diff options
author | mm <mm@FreeBSD.org> | 2007-07-31 23:04:12 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-07-31 23:04:12 +0800 |
commit | a16090b29d62626bc96f873d36c23c3dae22b2eb (patch) | |
tree | b272b085d99e91ae10d2380a5a13258f2c7e52fd /games | |
parent | 9d640df0f62485ad4605824bec5a641f81187f5e (diff) | |
download | freebsd-ports-gnome-a16090b29d62626bc96f873d36c23c3dae22b2eb.tar.gz freebsd-ports-gnome-a16090b29d62626bc96f873d36c23c3dae22b2eb.tar.zst freebsd-ports-gnome-a16090b29d62626bc96f873d36c23c3dae22b2eb.zip |
- Depend explicitly on USE_XORG= xt xpm xaw
- Bump PORTREVISION
Approved by: garga (mentor, implicit)
Diffstat (limited to 'games')
-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 |