diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-11-29 10:51:44 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-11-29 10:51:44 +0000 |
commit | 03ad7949a1a7e0a701503aa5469d14874949a0ba (patch) | |
tree | b90ed87ba86d733ba644ea98e61075c78eb08a7d /games/emacs-chess/Makefile | |
parent | 84f9b095a77144c01f771aa57d85b538f638725c (diff) |
Notes
Diffstat (limited to 'games/emacs-chess/Makefile')
-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 |