diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-16 10:19:32 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-16 10:19:32 +0800 |
commit | 654ed1da02cb83446e7ff209a6f1eec649077029 (patch) | |
tree | e6f62b1792fc081d3e37a6d50a14a637992a06f8 /games | |
parent | 6cb2a65f3dfaeabbe4a71741b04ce380acbef98a (diff) | |
download | freebsd-ports-gnome-654ed1da02cb83446e7ff209a6f1eec649077029.tar.gz freebsd-ports-gnome-654ed1da02cb83446e7ff209a6f1eec649077029.tar.zst freebsd-ports-gnome-654ed1da02cb83446e7ff209a6f1eec649077029.zip |
bin/gnuchessx doesn't exist anymore, changed in favour of bin/gnuchess.
Noticed: on bento
Diffstat (limited to 'games')
-rw-r--r-- | games/wmminichess/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/wmminichess/Makefile b/games/wmminichess/Makefile index 7bdaa6959224..9d8d8f764261 100644 --- a/games/wmminichess/Makefile +++ b/games/wmminichess/Makefile @@ -13,7 +13,7 @@ DISTNAME= miniCHESS-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/bin/gnuchessx:${PORTSDIR}/games/gnuchess +RUN_DEPENDS= ${LOCALBASE}/bin/gnuchess:${PORTSDIR}/games/gnuchess USE_GMAKE= YES USE_X_PREFIX= YES |