diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2008-03-02 16:34:48 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2008-03-02 16:34:48 +0000 |
commit | 74c215d91d2f58fdac489f976cfbe5c7d970447d (patch) | |
tree | e2f802d931a01e2ff62a8cce665d33b052b7dce7 /net | |
parent | 6a9f9a9e3c861d13a86a9d06e92476162cfbe62a (diff) | |
download | ports-74c215d91d2f58fdac489f976cfbe5c7d970447d.tar.gz ports-74c215d91d2f58fdac489f976cfbe5c7d970447d.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/ntop/Makefile | 5 |
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 |