diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2012-06-07 07:50:04 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2012-06-07 07:50:04 +0000 |
commit | f2208b422ef129c73ad9066d9d0b56b0d4c215ae (patch) | |
tree | aa3da21d880651273f3d519ec12074271678f16b /graphics | |
parent | 9972443768a272cc1b83cb4c1b3fd176bbe40e8e (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GD-Graph3d/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-GD-TextUtil/Makefile | 2 |
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 |