diff options
author | knu <knu@FreeBSD.org> | 2002-09-15 12:11:38 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-09-15 12:11:38 +0000 |
commit | 6942edbd36eb11807c7a3ba1fafdce2691fcbd5f (patch) | |
tree | 899d58b0422c15f9f999dc7d091e351681eee5ef /net/ntop/Makefile | |
parent | be6ef7c3581401906c68e28b6d973a88f62fd3e1 (diff) | |
download | FreeBSD-ports-6942edbd36eb11807c7a3ba1fafdce2691fcbd5f.zip FreeBSD-ports-6942edbd36eb11807c7a3ba1fafdce2691fcbd5f.tar.gz |
Chase the gdchart update and bump PORTREVISION.
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r-- | net/ntop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 0cb8a8e..89cc755 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -7,7 +7,7 @@ PORTNAME= ntop PORTVERSION= 2.0.99.r2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://luca.ntop.org/ \ ${MASTER_SITE_SOURCEFORGE} @@ -19,8 +19,8 @@ MAINTAINER= wjv@FreeBSD.org # Besides the required dependencies listed here, this port can optionally # make use of sysutils/lsof and security/nmap if installed. -BUILD_DEPENDS= ${LOCALBASE}/lib/libgdchart.a:${PORTSDIR}/graphics/gdchart -RUN_DEPENDS= ${LOCALBASE}/lib/libgdchart.a:${PORTSDIR}/graphics/gdchart +BUILD_DEPENDS= ${LOCALBASE}/lib/libgdc.a:${PORTSDIR}/graphics/gdchart +RUN_DEPENDS= ${LOCALBASE}/lib/libgdc.a:${PORTSDIR}/graphics/gdchart LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm # ntop will store its runtime database files in ${DBDIR}/ntop/ |