From 24e5b2e07081cc7dc055bcb930dfe5802b0f2932 Mon Sep 17 00:00:00 2001 From: jfitz Date: Fri, 13 Jun 1997 18:01:07 +0000 Subject: Add perl5.004 to BUILD_DEPENDS Submitted by: Bill Fenner --- net-mgmt/mrtg/Makefile | 5 +++-- net/mrtg/Makefile | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/net-mgmt/mrtg/Makefile b/net-mgmt/mrtg/Makefile index 655ba83e55d7..b20e927caafc 100644 --- a/net-mgmt/mrtg/Makefile +++ b/net-mgmt/mrtg/Makefile @@ -3,7 +3,7 @@ # Date created: April 18th 1997 # Whom: James FitzGibbon # -# $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 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 # -# $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 -- cgit