diff options
-rw-r--r-- | net/mrtg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index 11cf0f54647..c7cb444d850 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.37 2003/04/08 09:50:22 martti Exp $ +# $NetBSD: Makefile,v 1.38 2003/04/20 13:57:02 cjep Exp $ DISTNAME= mrtg-2.9.28 PKGNAME= mrtg-2.9.28 CATEGORIES= net -MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ \ +MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/ \ http://gd.tuwien.ac.at/infosys/network/tools/mrtg/pub/ \ ftp://mrtg.hdl.com/ \ ftp://ftp.sunet.se/pub/network/monitoring/mrtg/ \ @@ -20,7 +20,7 @@ DEPENDS= gd>=1.8.4nb1:../../graphics/gd USE_BUILDLINK2= YES USE_PERL5= YES -PERL5_REQD= 5.6.0 +PERL5_REQD= 5.6.1 USE_X11= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-gd-inc=${LOCALBASE}/include \ |