diff options
author | az <az@FreeBSD.org> | 2012-06-05 11:10:23 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-05 11:10:23 +0800 |
commit | b2727075a362b3999d692262f5f2c5db2feffe01 (patch) | |
tree | 175e7e9f3d4eb57b09a635f2c12fe20dcf4c8da5 /graphics | |
parent | 343a9640dbd66ecace855e735b1ee5d82bb726ab (diff) | |
download | freebsd-ports-gnome-b2727075a362b3999d692262f5f2c5db2feffe01.tar.gz freebsd-ports-gnome-b2727075a362b3999d692262f5f2c5db2feffe01.tar.zst freebsd-ports-gnome-b2727075a362b3999d692262f5f2c5db2feffe01.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GD-Arrow/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Imager-Plot/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/p5-GD-Arrow/Makefile b/graphics/p5-GD-Arrow/Makefile index edba2b14695e..fa6cd0cbd703 100644 --- a/graphics/p5-GD-Arrow/Makefile +++ b/graphics/p5-GD-Arrow/Makefile @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Draw arrows using GD -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD +RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD PERL_CONFIGURE= YES diff --git a/graphics/p5-Imager-Plot/Makefile b/graphics/p5-Imager-Plot/Makefile index d0229f9e39ec..1da615a6631e 100644 --- a/graphics/p5-Imager-Plot/Makefile +++ b/graphics/p5-Imager-Plot/Makefile @@ -16,8 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension for generating fancy graphic plots in color -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager +BUILD_DEPENDS= p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager +RUN_DEPENDS= p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager PERL_CONFIGURE= yes |