Add RUN_DEPENDS=BUILD_DEPENDS because the tools we detected at configure-time

are actually needed at run-time.
This commit is contained in:
Simon Barner 2005-11-29 12:12:25 +00:00
parent 2d49f3df08
commit 721a345847
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149889

View file

@ -15,6 +15,7 @@ MAINTAINER= opr@bsdaemon.be
COMMENT= The Autopsy Forensic Browser is a GUI for Sleuthkit
BUILD_DEPENDS= ${LOCALBASE}/bin/ifind:${PORTSDIR}/sysutils/sleuthkit
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PERL5= yes
IS_INTERACTIVE= yes