aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorjadawin <jadawin@FreeBSD.org>2012-06-07 15:50:04 +0800
committerjadawin <jadawin@FreeBSD.org>2012-06-07 15:50:04 +0800
commit3587baba54d58443a30602ec2ec0f763c087687e (patch)
tree46828cd3b9d429573df91ac130165d57e9273c3e /graphics
parentd82da9196082987e1352c81f8212214e02fea080 (diff)
downloadfreebsd-ports-gnome-3587baba54d58443a30602ec2ec0f763c087687e.tar.gz
freebsd-ports-gnome-3587baba54d58443a30602ec2ec0f763c087687e.tar.zst
freebsd-ports-gnome-3587baba54d58443a30602ec2ec0f763c087687e.zip
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-GD-Graph3d/Makefile2
-rw-r--r--graphics/p5-GD-TextUtil/Makefile2
2 files changed, 2 insertions, 2 deletions
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