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