From 3587baba54d58443a30602ec2ec0f763c087687e Mon Sep 17 00:00:00 2001 From: jadawin Date: Thu, 7 Jun 2012 07:50:04 +0000 Subject: - Remove SITE_PERL from *_DEPENDS Submitted by: az@ --- graphics/p5-GD-Graph3d/Makefile | 2 +- graphics/p5-GD-TextUtil/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/p5-GD-Graph3d/Makefile b/graphics/p5-GD-Graph3d/Makefile index f948ebc7978f..76b5a4f6ba80 100644 --- a/graphics/p5-GD-Graph3d/Makefile +++ b/graphics/p5-GD-Graph3d/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Creates 3D charts with GD::Graph and GD -BUILD_DEPENDS= ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph +BUILD_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/graphics/p5-GD-TextUtil/Makefile b/graphics/p5-GD-TextUtil/Makefile index eea18c37e0d5..248cd5b169a3 100644 --- a/graphics/p5-GD-TextUtil/Makefile +++ b/graphics/p5-GD-TextUtil/Makefile @@ -16,7 +16,7 @@ DISTNAME= GDTextUtil-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Text utilities for use with GD drawing package -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD +RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD MAKE_JOBS_SAFE= yes -- cgit