diff options
author | Scott Mace <smace@FreeBSD.org> | 1998-10-10 02:09:30 +0000 |
---|---|---|
committer | Scott Mace <smace@FreeBSD.org> | 1998-10-10 02:09:30 +0000 |
commit | 7cb971a70c6354681cd9586a06486214fcf071b5 (patch) | |
tree | 3941fdf1c7a6c4998873df02e9d7824b02077a5f /net-mgmt/mrtg | |
parent | 6ff48d8044d211b083b2ad1e5cfb44b282b49f32 (diff) | |
download | ports-7cb971a70c6354681cd9586a06486214fcf071b5.tar.gz ports-7cb971a70c6354681cd9586a06486214fcf071b5.zip |
Notes
Diffstat (limited to 'net-mgmt/mrtg')
-rw-r--r-- | net-mgmt/mrtg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/mrtg/Makefile b/net-mgmt/mrtg/Makefile index e039a17d6d92..83e6a479284f 100644 --- a/net-mgmt/mrtg/Makefile +++ b/net-mgmt/mrtg/Makefile @@ -3,7 +3,7 @@ # Date created: April 18th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.8 1998/08/30 15:48:29 steve Exp $ +# $Id: Makefile,v 1.9 1998/09/28 17:11:12 smace Exp $ # DISTNAME= mrtg-2.5.3 @@ -16,6 +16,7 @@ BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/PV.pm:${PORTSDIR}/devel/p5-PV USE_PERL5= YES +MAKE_ENV+= PERL=${PERL} ALL_TARGET= rateup substitute |