1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Fix missing BUILD_DEPENDS on tree-widget I didn't catch last time

PR:		ports/74451
Submitted by:	mainainter
This commit is contained in:
Volker Stolz 2004-11-29 10:51:44 +00:00
parent 84f9b095a7
commit 03ad7949a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122747

View File

@ -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