diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2016-05-03 10:49:03 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2016-05-03 10:49:03 +0000 |
commit | db4a28449be8f8b389c55876e4bc53effb299848 (patch) | |
tree | 57fc5924d774a6ad0e4ec2958f4180ee6a996c29 /net/ntop | |
parent | af3575da98b3a8021b40a410faa104aee9b69335 (diff) |
Notes
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 4a1a3da32e8c..8d18b2f74395 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -3,7 +3,7 @@ PORTNAME= ntop PORTVERSION= 5.0.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Stable @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgdbm.so:databases/gdbm \ libevent.so:devel/libevent2 -BUILD_DEPENDS= rrdtool>=1.2:databases/rrdtool \ +BUILD_DEPENDS= rrdtool12>=1.2:databases/rrdtool12 \ dot:graphics/graphviz \ geoiplookup:net/GeoIP RUN_DEPENDS:= ${BUILD_DEPENDS} \ |