aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbarner <barner@FreeBSD.org>2005-11-29 20:12:25 +0800
committerbarner <barner@FreeBSD.org>2005-11-29 20:12:25 +0800
commitd70207807255a016518980053487ceff99c9bc1a (patch)
tree1ea99732f2641b984e151efeca64d88dbd670fc9 /sysutils
parent4f1775a4459dbb0f0cf3511092ea71236622442d (diff)
downloadfreebsd-ports-graphics-d70207807255a016518980053487ceff99c9bc1a.tar.gz
freebsd-ports-graphics-d70207807255a016518980053487ceff99c9bc1a.tar.zst
freebsd-ports-graphics-d70207807255a016518980053487ceff99c9bc1a.zip
Add RUN_DEPENDS=BUILD_DEPENDS because the tools we detected at configure-time
are actually needed at run-time.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/autopsy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/autopsy/Makefile b/sysutils/autopsy/Makefile
index e53bd02387f..02ad6a0950a 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