diff options
author | knu <knu@FreeBSD.org> | 2002-09-15 20:11:38 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-09-15 20:11:38 +0800 |
commit | 6942edbd36eb11807c7a3ba1fafdce2691fcbd5f (patch) | |
tree | 899d58b0422c15f9f999dc7d091e351681eee5ef /net | |
parent | be6ef7c3581401906c68e28b6d973a88f62fd3e1 (diff) | |
download | freebsd-ports-graphics-6942edbd36eb11807c7a3ba1fafdce2691fcbd5f.tar.gz freebsd-ports-graphics-6942edbd36eb11807c7a3ba1fafdce2691fcbd5f.tar.zst freebsd-ports-graphics-6942edbd36eb11807c7a3ba1fafdce2691fcbd5f.zip |
Chase the gdchart update and bump PORTREVISION.
Diffstat (limited to 'net')
-rw-r--r-- | net/ntop/Makefile | 6 | ||||
-rw-r--r-- | net/ntop/files/patch-configure.in | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 0cb8a8e32be..89cc75555bb 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 4986baf4543..4154fc08ac1 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) |