aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntop
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2003-12-16 02:42:52 +0800
committerpav <pav@FreeBSD.org>2003-12-16 02:42:52 +0800
commit598f54f8a5b3b0cdaa4ea8f5322943a3b57b5abd (patch)
treeab3ccbe963dde96bad4402b058c3e90925836c81 /net/ntop
parentcf7b700633a03ed69cefd68a18de6a56fe76ad39 (diff)
downloadfreebsd-ports-gnome-598f54f8a5b3b0cdaa4ea8f5322943a3b57b5abd.tar.gz
freebsd-ports-gnome-598f54f8a5b3b0cdaa4ea8f5322943a3b57b5abd.tar.zst
freebsd-ports-gnome-598f54f8a5b3b0cdaa4ea8f5322943a3b57b5abd.zip
- Fix Makefile syntax if WITH_RRD is defined
PR: ports/60256 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 7c4de85e8862..15f6f76056ed 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -71,7 +71,7 @@ CONFIGURE_ARGS+= --with-pcap-root=${PCAP_ROOT}
.if defined(WITH_RRD)
LIB_DEPENDS+= rrd.0:${PORTSDIR}/net/rrdtool
-CONFIGURE_ARGS+= --enable-rrd
+CONFIGURE_ARGS+= --enable-rrd \
--with-rrd-root=${LOCALBASE}
.else
CONFIGURE_ARGS+= --without-rrd-root