summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-01-25 02:09:09 +0000
committerClement Laforet <clement@FreeBSD.org>2004-01-25 02:09:09 +0000
commite62a2968365a7c2231a0f1c098fc4e043426f19f (patch)
treebc52f9dea7fae6c31d237d46a99ae6665f3f7c39 /net
parentUpdate to 0.2.1 (diff)
- Fix RUN_DEPENDS for tmpwatch
Reported by: bento via kris
Notes
Notes: svn path=/head/; revision=98995
Diffstat (limited to 'net')
-rw-r--r--net/jffnms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/jffnms/Makefile b/net/jffnms/Makefile
index 37f051f3b92d..93461cc7aee3 100644
--- a/net/jffnms/Makefile
+++ b/net/jffnms/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= neato:${PORTSDIR}/graphics/graphviz \
rrdtool:${PORTSDIR}/net/rrdtool \
php:${PORTSDIR}/lang/php4-nms \
nmap:${PORTSDIR}/security/nmap \
- tmpwatch:${PORTSDIR}/sysutils/tmpwatch
+ ${LOCALBASE}/sbin/tmpwatch:${PORTSDIR}/sysutils/tmpwatch
USE_MYSQL= yes
USE_REINPLACE= yes