diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-02-21 18:53:54 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-02-21 18:53:54 +0000 |
commit | 9e7278d4e8769caa17fc20e6f503e419f5b5d6b4 (patch) | |
tree | d28e4f4752ad6a906c47912bc7dc887a27c28808 /net/ntop | |
parent | 27d61ea513030a73d700a9456a667b3e4369f78e (diff) | |
download | ports-9e7278d4e8769caa17fc20e6f503e419f5b5d6b4.tar.gz ports-9e7278d4e8769caa17fc20e6f503e419f5b5d6b4.zip |
Notes
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 6d68eff864e2..bd7dbdc5da95 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -7,6 +7,7 @@ PORTNAME= ntop PORTVERSION= 4.0.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz @@ -17,9 +18,12 @@ COMMENT= Network monitoring tool with command line and web interfaces LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \ event-1.4:${PORTSDIR}/devel/libevent BUILD_DEPENDS= rrdtool>=1.2:${PORTSDIR}/databases/rrdtool \ + dot:${PORTSDIR}/graphics/graphviz \ geoiplookup:${PORTSDIR}/net/GeoIP RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ - ${LOCALBASE}/lib/X11/fonts/URW/a010013l.afm:${PORTSDIR}/x11-fonts/urwfonts + ${LOCALBASE}/lib/X11/fonts/URW/a010013l.afm:${PORTSDIR}/x11-fonts/urwfonts \ + rrdtool>=1.2:${PORTSDIR}/databases/rrdtool \ + geoiplookup:${PORTSDIR}/net/GeoIP DBDIR?= /var/db |