diff options
author | steve <steve@FreeBSD.org> | 1998-05-25 14:18:54 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-05-25 14:18:54 +0800 |
commit | 3aa1c6df91e938d9d553e37a8e7c369033026e34 (patch) | |
tree | 630feef6a93b7e43044336e02b036017f78bd4ef /games/xboard | |
parent | 5c2ca533a13c50d69dc70b00ed23f8d76b6d92ad (diff) | |
download | freebsd-ports-gnome-3aa1c6df91e938d9d553e37a8e7c369033026e34.tar.gz freebsd-ports-gnome-3aa1c6df91e938d9d553e37a8e7c369033026e34.tar.zst freebsd-ports-gnome-3aa1c6df91e938d9d553e37a8e7c369033026e34.zip |
Mark Murray says this can indeed be run without GnuChess present.
Diffstat (limited to 'games/xboard')
-rw-r--r-- | games/xboard/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 45a9dc067ca6..8f928bb90f77 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.12 1997/08/08 09:01:04 tg Exp $ +# $Id: Makefile,v 1.13 1998/05/25 03:24:16 steve Exp $ # DISTNAME= xboard-3.6.2 @@ -12,8 +12,6 @@ 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 |