aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-11-29 20:12:25 +0800
committerSimon Barner <barner@FreeBSD.org>2005-11-29 20:12:25 +0800
commit721a345847599ca70c5dc63d27c139b3350c6e22 (patch)
tree30904d758195b011974c14fc57f99ce38e6f2037 /sysutils
parent2d49f3df082edf289e795ecd9867256f5ea6a468 (diff)
downloadfreebsd-ports-gnome-721a345847599ca70c5dc63d27c139b3350c6e22.tar.gz
freebsd-ports-gnome-721a345847599ca70c5dc63d27c139b3350c6e22.tar.zst
freebsd-ports-gnome-721a345847599ca70c5dc63d27c139b3350c6e22.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 e53bd02387f9..02ad6a0950a9 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