summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-11-29 10:51:44 +0000
committervs <vs@FreeBSD.org>2004-11-29 10:51:44 +0000
commit3051fca66b870b92b40900d3a4899f4855d5bfe3 (patch)
treedb2b3803e3d4b8722e45f6fdf361de08c97de638 /games
parent869b87aedcfe0353acfe0f3ca6c6888911015459 (diff)
downloadFreeBSD-ports-3051fca66b870b92b40900d3a4899f4855d5bfe3.zip
FreeBSD-ports-3051fca66b870b92b40900d3a4899f4855d5bfe3.tar.gz
Fix missing BUILD_DEPENDS on tree-widget I didn't catch last time
PR: ports/74451 Submitted by: mainainter
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 52c59c8..32c8cee 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
OpenPOWER on IntegriCloud