diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-15 18:42:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-15 18:42:52 +0000 |
commit | 7dd5bb0b693c7d665f63b776f990bc2a7a193029 (patch) | |
tree | 2ebc3a88474401a6f00bb6b067fe6ce5473c002a /net/ntop | |
parent | 0020b4940dd94165bce561631b545b23542dd3b0 (diff) | |
download | ports-7dd5bb0b693c7d665f63b776f990bc2a7a193029.tar.gz ports-7dd5bb0b693c7d665f63b776f990bc2a7a193029.zip |
Notes
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 2 |
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 |