summaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2008-03-02 16:34:48 +0000
committerWesley Shields <wxs@FreeBSD.org>2008-03-02 16:34:48 +0000
commit74c215d91d2f58fdac489f976cfbe5c7d970447d (patch)
treee2f802d931a01e2ff62a8cce665d33b052b7dce7 /net/ntop
parentUpdate to 13.1 (diff)
Explicitly disable SNMP which breaks the build when net-mgmt/net-snmp is installed on 7.0.
PR: ports/120793 Submitted by: Helmut Schneider <jumper99@gmx.de> Approved by: garga (mentor)
Notes
Notes: svn path=/head/; revision=208337
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 38e682e54369..8f9ae3b12926 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ntop
PORTVERSION= 3.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -38,7 +38,8 @@ CONFIGURE_ARGS= --localstatedir=${DBDIR} \
--with-gdbm-root=${LOCALBASE} \
--with-gd-root=${LOCALBASE} \
--with-libpng-root=${LOCALBASE} \
- --with-zlib-root=/usr
+ --with-zlib-root=/usr \
+ --disable-snmp
# we currently disable IPv6
CONFIGURE_ARGS+=--disable-ipv6