diff options
| -rw-r--r-- | games/emacs-chess/Makefile | 4 |
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 |
