mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Require rrdtool-1.2 or higher. rrdtool10 results in a build error.
Submitted by: Craig Green (private mail)
This commit is contained in:
parent
ce2d1742d0
commit
ecf628b73e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214806
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue