diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-20 00:48:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-20 00:48:26 +0800 |
commit | aecc7ff7c95cdc110be357382d20c7c7fd6d205b (patch) | |
tree | 726164fbc52e1602b6551fae5182950c14b0d66d /net/ntop/Makefile | |
parent | 6a12eab0b8dc04a13754fe2f1b3d9292c0a33861 (diff) | |
download | freebsd-ports-gnome-aecc7ff7c95cdc110be357382d20c7c7fd6d205b.tar.gz freebsd-ports-gnome-aecc7ff7c95cdc110be357382d20c7c7fd6d205b.tar.zst freebsd-ports-gnome-aecc7ff7c95cdc110be357382d20c7c7fd6d205b.zip |
- Update to 3.3.10
- Pass maintainership to submitter
PR: 138919
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Feature safe: yes
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r-- | net/ntop/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index b0d6e9936b0e..e6ab301fc96c 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -6,17 +6,17 @@ # PORTNAME= ntop -PORTVERSION= 3.3.9 -PORTREVISION= 2 +PORTVERSION= 3.3.10 CATEGORIES= net -MASTER_SITES= SF +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= Network monitoring tool with command line and web interfaces BUILD_DEPENDS= rrdtool>=1.2:${PORTSDIR}/databases/rrdtool \ geoiplookup:${PORTSDIR}/net/GeoIP -LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm +LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \ + event-1.4:${PORTSDIR}/devel/libevent RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ ${LOCALBASE}/lib/X11/fonts/URW/a010013l.afm:${PORTSDIR}/x11-fonts/urwfonts @@ -25,6 +25,7 @@ DBDIR?= /var/db MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool:22 automake:19 autoconf:262 USE_GNOME= libxml2 +USE_LUA= 5.1 USE_GMAKE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes |