diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 00:28:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 00:28:41 +0000 |
commit | 51b1579472c9708a3d23aa68689e99b4a33a9d64 (patch) | |
tree | 6cd71bd2db4df6a2ff9a3340fc68702308ba176f /net/sntop/Makefile | |
parent | Enable 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/Makefile')
-rw-r--r-- | net/sntop/Makefile | 2 |
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 |