diff options
author | barner <barner@FreeBSD.org> | 2005-11-29 12:12:25 +0000 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-11-29 12:12:25 +0000 |
commit | d70207807255a016518980053487ceff99c9bc1a (patch) | |
tree | 1ea99732f2641b984e151efeca64d88dbd670fc9 /sysutils/autopsy/Makefile | |
parent | 4f1775a4459dbb0f0cf3511092ea71236622442d (diff) | |
download | FreeBSD-ports-d70207807255a016518980053487ceff99c9bc1a.zip FreeBSD-ports-d70207807255a016518980053487ceff99c9bc1a.tar.gz |
Add RUN_DEPENDS=BUILD_DEPENDS because the tools we detected at configure-time
are actually needed at run-time.
Diffstat (limited to 'sysutils/autopsy/Makefile')
-rw-r--r-- | sysutils/autopsy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/autopsy/Makefile b/sysutils/autopsy/Makefile index e53bd02..02ad6a0 100644 --- a/sysutils/autopsy/Makefile +++ b/sysutils/autopsy/Makefile @@ -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 |