From 721a345847599ca70c5dc63d27c139b3350c6e22 Mon Sep 17 00:00:00 2001 From: Simon Barner Date: Tue, 29 Nov 2005 12:12:25 +0000 Subject: [PATCH] Add RUN_DEPENDS=BUILD_DEPENDS because the tools we detected at configure-time are actually needed at run-time. --- sysutils/autopsy/Makefile | 1 + 1 file changed, 1 insertion(+) 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