summaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-15 18:42:52 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-15 18:42:52 +0000
commit7dd5bb0b693c7d665f63b776f990bc2a7a193029 (patch)
tree2ebc3a88474401a6f00bb6b067fe6ce5473c002a /net/ntop
parentdownload and install the shareware .wad file if WITHOUT_WAD isn't specified (diff)
- Fix Makefile syntax if WITH_RRD is defined
PR: ports/60256 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
Notes
Notes: svn path=/head/; revision=95901
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