diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-11-29 20:12:25 +0800 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-11-29 20:12:25 +0800 |
commit | 721a345847599ca70c5dc63d27c139b3350c6e22 (patch) | |
tree | 30904d758195b011974c14fc57f99ce38e6f2037 /sysutils | |
parent | 2d49f3df082edf289e795ecd9867256f5ea6a468 (diff) | |
download | freebsd-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/Makefile | 1 |
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 |