diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-13 18:01:07 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-13 18:01:07 +0000 |
commit | 0464679f90425a1ca2fde1fd9570cb5d99d7da86 (patch) | |
tree | 997107a7c96b2f91b3223eae7077019953be8b51 /net/mrtg | |
parent | eb7cba587fe839f47c1dadeb4a39b13ed5db0b82 (diff) | |
download | ports-0464679f90425a1ca2fde1fd9570cb5d99d7da86.tar.gz ports-0464679f90425a1ca2fde1fd9570cb5d99d7da86.zip |
Notes
Diffstat (limited to 'net/mrtg')
-rw-r--r-- | net/mrtg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index 655ba83e55d7..b20e927caafc 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -3,7 +3,7 @@ # Date created: April 18th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1997/04/21 01:17:14 asami Exp $ +# $Id: Makefile,v 1.3 1997/04/25 13:54:01 jfitz Exp $ # DISTNAME= mrtg-2.2 @@ -12,7 +12,8 @@ MASTER_SITES= http://www.ee.ethz.ch/~oetiker/webtools/mrtg/pub/ MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd +BUILD_DEPENDS= ${PREIFX}/bin/perl5.004:${PORTSDIR}/lang/perl5 \ + ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/PV.pm:${PORTSDIR}/devel/p5-PV ALL_TARGET= rateup substitute |