summaryrefslogtreecommitdiff
path: root/net/sntop
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-11-14 00:28:41 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-11-14 00:28:41 +0000
commit51b1579472c9708a3d23aa68689e99b4a33a9d64 (patch)
tree6cd71bd2db4df6a2ff9a3340fc68702308ba176f /net/sntop
parentEnable PAM in xdm if it was requested in the configure phase. PAM support (diff)
fping is in ${LOCALBASE}/sbin, not in root's default search path, so spell
it out. Submitted by: bento
Notes
Notes: svn path=/head/; revision=35110
Diffstat (limited to 'net/sntop')
-rw-r--r--net/sntop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sntop/Makefile b/net/sntop/Makefile
index 8e511045aa88..1ac492efda99 100644
--- a/net/sntop/Makefile
+++ b/net/sntop/Makefile
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= sntop
MAINTAINER= matt@gsicomp.on.ca
-RUN_DEPENDS= fping:${PORTSDIR}/net/fping
+RUN_DEPENDS= ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping
GNU_CONFIGURE= yes