Add RUN_DEPENDS=BUILD_DEPENDS because the tools we detected at configure-time
are actually needed at run-time.
This commit is contained in:
parent
2d49f3df08
commit
721a345847
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149889
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue