diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-12 10:01:08 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-12 10:01:08 +0000 |
commit | 9e048852214e8a735a9ce5e2a0badb17d9d422ce (patch) | |
tree | 6f85db05ab940c3a4a0abcea91e5f13d96182ae7 /net | |
parent | a128c373e685440e41cf64e176cc980c2c868ff6 (diff) | |
download | freebsd-ports-9e048852214e8a735a9ce5e2a0badb17d9d422ce.zip |
Chase graphics/gd's shlib version bump.
Diffstat (limited to 'net')
-rw-r--r-- | net/mrtg/Makefile | 3 | ||||
-rw-r--r-- | net/nagios/Makefile | 3 | ||||
-rw-r--r-- | net/netsaint/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index b645b2f4ff18..3c208bde3f97 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -7,6 +7,7 @@ PORTNAME= mrtg PORTVERSION= 2.9.7 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ \ ${MASTER_SITE_RINGSERVER} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= net/mrtg MAINTAINER= demon@FreeBSD.org -LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd USE_PERL5= YES MAKE_ENV+= PERL=${PERL} diff --git a/net/nagios/Makefile b/net/nagios/Makefile index 685bfb9dc6e5..cd7e01f23410 100644 --- a/net/nagios/Makefile +++ b/net/nagios/Makefile @@ -7,12 +7,13 @@ PORTNAME= netsaint PORTVERSION= 0.0.6 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://netsaint.sourceforge.net/download/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd \ +LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt # no run depends due to circular reference #RUN_DEPENDS= ${LOCALBASE}/libexec/netsaint/check_netsaint:${PORTSDIR}/net/netsaint-plugins diff --git a/net/netsaint/Makefile b/net/netsaint/Makefile index 685bfb9dc6e5..cd7e01f23410 100644 --- a/net/netsaint/Makefile +++ b/net/netsaint/Makefile @@ -7,12 +7,13 @@ PORTNAME= netsaint PORTVERSION= 0.0.6 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://netsaint.sourceforge.net/download/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd \ +LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt # no run depends due to circular reference #RUN_DEPENDS= ${LOCALBASE}/libexec/netsaint/check_netsaint:${PORTSDIR}/net/netsaint-plugins |