diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-07-05 03:19:18 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-07-05 03:19:18 +0000 |
commit | 394521c108f6573bf3d645999f4918c5526c4cb8 (patch) | |
tree | b23430857108267bf9c75a5c1b95f505b57daee0 /net-mgmt/mrtg/Makefile | |
parent | f1ba5c4d8a853dc756efdb235b80adeeb3aebaaf (diff) |
Notes
Diffstat (limited to 'net-mgmt/mrtg/Makefile')
-rw-r--r-- | net-mgmt/mrtg/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net-mgmt/mrtg/Makefile b/net-mgmt/mrtg/Makefile index 1ee9f411895e..ada9446fb15c 100644 --- a/net-mgmt/mrtg/Makefile +++ b/net-mgmt/mrtg/Makefile @@ -1,21 +1,22 @@ # New ports collection makefile for: MRTG -# Version required: 2.3 +# Version required: 2.4.1 # Date created: April 18th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1997/06/13 18:01:07 jfitz Exp $ +# $Id: Makefile,v 1.5 1997/06/16 18:01:25 jfitz Exp $ # -DISTNAME= mrtg-2.3 +DISTNAME= mrtg-2.4.1 CATEGORIES= net -MASTER_SITES= http://www.ee.ethz.ch/~oetiker/webtools/mrtg/pub/ +MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/bin/perl5.004:${PORTSDIR}/lang/perl5 \ - ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd +BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/PV.pm:${PORTSDIR}/devel/p5-PV +USE_PERL5= YES + ALL_TARGET= rateup substitute do-install: |