aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-11-29 10:51:44 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-11-29 10:51:44 +0000
commit03ad7949a1a7e0a701503aa5469d14874949a0ba (patch)
treeb90ed87ba86d733ba644ea98e61075c78eb08a7d /games
parent84f9b095a77144c01f771aa57d85b538f638725c (diff)
downloadports-03ad7949a1a7e0a701503aa5469d14874949a0ba.tar.gz
ports-03ad7949a1a7e0a701503aa5469d14874949a0ba.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/emacs-chess/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/emacs-chess/Makefile b/games/emacs-chess/Makefile
index 52c59c8de2c8..32c8ceefa477 100644
--- a/games/emacs-chess/Makefile
+++ b/games/emacs-chess/Makefile
@@ -24,6 +24,10 @@ WRKSRC= ${WRKDIR}/chess-${PORTVERSION}
LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
INFO= chess
+BUILD_DEPENDS+= \
+ ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/tree-widget/tree-widget.el:${PORTSDIR}/editors/tree-widget
+RUN_DEPENDS+= ${BUILD_DEPENDS}
+
OPTIONS= ENGINE_GNUCHESS "Gnuchess engine" off
OPTIONS+= ENGINE_CRAFTY "Crafty chess engine" off
OPTIONS+= ENGINE_PHALANX "Phalanx chess engine" off