From 03ad7949a1a7e0a701503aa5469d14874949a0ba Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Mon, 29 Nov 2004 10:51:44 +0000 Subject: [PATCH] Fix missing BUILD_DEPENDS on tree-widget I didn't catch last time PR: ports/74451 Submitted by: mainainter --- games/emacs-chess/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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