diff options
author | wxs <wxs@FreeBSD.org> | 2008-03-03 00:34:48 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-03-03 00:34:48 +0800 |
commit | b894b9d85b4b3cbac4f600410e911901a7104bbc (patch) | |
tree | 93dee3ed3b23403445a5dbbe9a187fdd8cae0543 /net | |
parent | 819c41423b01588234578694c4f5639d50928b30 (diff) | |
download | freebsd-ports-gnome-b894b9d85b4b3cbac4f600410e911901a7104bbc.tar.gz freebsd-ports-gnome-b894b9d85b4b3cbac4f600410e911901a7104bbc.tar.zst freebsd-ports-gnome-b894b9d85b4b3cbac4f600410e911901a7104bbc.zip |
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)
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 |