From 606b0b7a6291f4f7aacb70ad4b342caeb1f4546c Mon Sep 17 00:00:00 2001 From: brad Date: Wed, 15 Mar 2000 19:20:05 +0000 Subject: [PATCH] bump library version # for gd dependency --- net/mrtg/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index bdc174597ce..1fc3188f929 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -1,16 +1,16 @@ -# $OpenBSD: Makefile,v 1.25 2000/03/05 18:30:38 espie Exp $ +# $OpenBSD: Makefile,v 1.26 2000/03/15 19:20:05 brad Exp $ DISTNAME= mrtg-2.8.12 CATEGORIES= net -NEED_VERSION= 1.223 MASTER_SITES= ftp://ftp.ou.edu/mirrors/mrtg/ \ ftp://ftp.sunet.se/pub/network/monitoring/mrtg/ \ http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ +NEED_VERSION= 1.223 + HOMEPAGE= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html - -LIB_DEPENDS= gd.17:graphics/gd +LIB_DEPENDS= gd.18:graphics/gd MAINTAINER= brad@openbsd.org