diff options
author | wjv <wjv@FreeBSD.org> | 2002-01-25 16:59:58 +0800 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2002-01-25 16:59:58 +0800 |
commit | 6abe4b78165cf6a03b1a45a02fd2d16cced04399 (patch) | |
tree | c428e4e1a20a627ee5a9678f390de9d410c9df60 /net/ntop/Makefile | |
parent | dabe743580eeaa3e84c084c5587159cbc6890cc7 (diff) | |
download | freebsd-ports-gnome-6abe4b78165cf6a03b1a45a02fd2d16cced04399.tar.gz freebsd-ports-gnome-6abe4b78165cf6a03b1a45a02fd2d16cced04399.tar.zst freebsd-ports-gnome-6abe4b78165cf6a03b1a45a02fd2d16cced04399.zip |
- Enable suport for libwrap.
- Bump PORTREVISION.
- Update pkg-{comment,descr} while I'm at it.
Requested by: Dave Cole <dacole@corp.attcanada.ca> (libwrap support)
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r-- | net/ntop/Makefile | 8 |
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 |