diff options
author | steve <steve@FreeBSD.org> | 1998-05-25 11:24:16 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-05-25 11:24:16 +0800 |
commit | d18a24ff8fe8f6f03f79fdc4de17ba699589311a (patch) | |
tree | 4b40e80e26950e1fd30c7dab9ce066bfdb0b5ed3 /games/xboard | |
parent | 3a620b962022da9e9e84ea8d8bf112dc1ca47883 (diff) | |
download | freebsd-ports-gnome-d18a24ff8fe8f6f03f79fdc4de17ba699589311a.tar.gz freebsd-ports-gnome-d18a24ff8fe8f6f03f79fdc4de17ba699589311a.tar.zst freebsd-ports-gnome-d18a24ff8fe8f6f03f79fdc4de17ba699589311a.zip |
This port RUN_DEPENDS on gnuchessx unless you play the networked
version which most newbies probably won't know exist.
PR: 6737
Submitted by: Jason Nordwick <nordwick@xcf.berkeley.edu>
Diffstat (limited to 'games/xboard')
-rw-r--r-- | games/xboard/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 168c91c16299..45a9dc067ca6 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Jan 1997 # Whom: xaa@stack.nl # -# $Id: Makefile,v 1.11 1997/05/20 08:43:38 asami Exp $ +# $Id: Makefile,v 1.12 1997/08/08 09:01:04 tg Exp $ # DISTNAME= xboard-3.6.2 @@ -12,6 +12,8 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= xaa@stack.nl +RUN_DEPENDS= gnuchessx:${PORTSDIR}/games/gnuchess + GNU_CONFIGURE= yes STRIP= MAN6= xboard.6 cmail.6 zic2xpm.6 |