diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2008-06-14 02:22:58 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2008-06-14 02:22:58 +0000 |
commit | ecf628b73e27ba9aabcb04c053a2bbac06ace4cc (patch) | |
tree | 81f63fd719259678b49a9fd86710a4d9040754ca /net/ntop | |
parent | ce2d1742d076a424d1fe971909550927333ede97 (diff) |
Require rrdtool-1.2 or higher. rrdtool10 results in a build error.
Submitted by: Craig Green (private mail)
Notes
Notes:
svn path=/head/; revision=214806
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 5e6d187f2425..f0954a7476f3 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -7,7 +7,7 @@ PORTNAME= ntop PORTVERSION= 3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= wxs@FreeBSD.org COMMENT= Network monitoring tool with command line and web interfaces -BUILD_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool +BUILD_DEPENDS= rrdtool>=1.2:${PORTSDIR}/databases/rrdtool LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ gdbm.3:${PORTSDIR}/databases/gdbm \ png.5:${PORTSDIR}/graphics/png |