aboutsummaryrefslogtreecommitdiff
path: root/net/ntop/Makefile
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2002-01-25 08:59:58 +0000
committerJohann Visagie <wjv@FreeBSD.org>2002-01-25 08:59:58 +0000
commit0ee1c3906bf807374083d1a3f4a25e4c841fe690 (patch)
tree7e2d3fba6430fef1e66cc0c13dc85958644ad02d /net/ntop/Makefile
parent7d9b000bdb29aa3e650e0ceef5ab37d721614b19 (diff)
downloadports-0ee1c3906bf807374083d1a3f4a25e4c841fe690.tar.gz
ports-0ee1c3906bf807374083d1a3f4a25e4c841fe690.zip
Notes
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r--net/ntop/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index c4e6aa3eea82..eb83a8f3d376 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ntop
PORTVERSION= 2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.ntop.org/pub/local/ntop/source/ \
ftp://ftp.us.ntop.org/pub/ntop/source/ \
@@ -36,7 +36,11 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --localstatedir=${DBDIR} \
--with-gdbm-root=${LOCALBASE} \
- --with-gdchart-root=${LOCALBASE} \
+ --with-gdchart-root=${LOCALBASE}
+
+.if !defined(WITHOUT_TCPWRAP)
+CONFIGURE_ARGS+= --enable-tcpwrap
+.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400014