diff options
author | cjep <cjep> | 2003-04-20 13:57:02 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-04-20 13:57:02 +0000 |
commit | 2aca0d2e978f58b9408f4eee6dd43189eefc4001 (patch) | |
tree | 09c1ffd75ed1c14092a8a8a6eb6958a9983f4f32 /net/mrtg | |
parent | 1f508f8bf34dc108b5257f4ebfbe4b2c9349e088 (diff) | |
download | pkgsrc-2aca0d2e978f58b9408f4eee6dd43189eefc4001.tar.gz |
PR#21243 from Sergey Svishchev. Use Perl 5.6.1 (documentation uses =head3)
and update MASTER_SITES.
Diffstat (limited to 'net/mrtg')
-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 \ |