summaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-09-15 12:11:38 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-09-15 12:11:38 +0000
commite0254c9e7ab9070424040c53786c892b8abd60a0 (patch)
treef0afb6c5d117c42affab51d9713cdde5248608f7 /net/ntop
parent- Update to 0.11.2dev. (diff)
Chase the gdchart update and bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=66358
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/Makefile6
-rw-r--r--net/ntop/files/patch-configure.in6
2 files changed, 6 insertions, 6 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 0cb8a8e32be0..89cc75555bbf 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/
diff --git a/net/ntop/files/patch-configure.in b/net/ntop/files/patch-configure.in
index 4986baf4543a..4154fc08ac11 100644
--- a/net/ntop/files/patch-configure.in
+++ b/net/ntop/files/patch-configure.in
@@ -1,5 +1,5 @@
---- configure.in.orig Fri May 31 12:09:35 2002
-+++ configure.in Mon Jun 24 14:25:15 2002
+--- configure.in.orig Fri May 31 19:09:35 2002
++++ configure.in Sun Sep 15 20:29:44 2002
@@ -826,12 +826,10 @@
if test ".${GDBM_ROOT}" != .; then
@@ -32,7 +32,7 @@
GDCHART_ROOT=`cd ${GDCHART_ROOT} && pwd`
- MORELIBS="${MORELIBS} -L$GDCHART_ROOT -lgdchart -L$GDCHART_ROOT/gd-1.8.3 -lgd -L$GDCHART_ROOT/gd-1.8.3/libpng-1.2.1 -lpng -L$GDCHART_ROOT/zlib-1.1.4 -lz"
- INCS="${INCS} -I$GDCHART_ROOT -I$GDCHART_ROOT/zlib-1.1.4"
-+ MORELIBS="${MORELIBS} -L${prefix}/lib -lgdchart -lgd -lpng -lz"
++ MORELIBS="${MORELIBS} -L${prefix}/lib -lgdc -lgd -lpng -lz"
+ INCS="${INCS} -I${prefix}/include/gd"
AC_DEFINE(HAVE_GDCHART)
AC_DEFINE(HAVE_ZLIB)