From 1a0abcc698a664f69121b32a8d98062fbdcfea10 Mon Sep 17 00:00:00 2001 From: culot Date: Sat, 30 Jun 2012 09:41:14 +0000 Subject: - Remove SITE_PERL from *_DEPENDS [1] - Add BUILD_DEPENDS to silence build warnings PR: ports/169555 [1] Submitted by: Zane C.B-H. (maintainer) --- graphics/p5-Image-Size-FillFullSelect/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/p5-Image-Size-FillFullSelect/Makefile b/graphics/p5-Image-Size-FillFullSelect/Makefile index 0705a6430e89..05e919eb1011 100644 --- a/graphics/p5-Image-Size-FillFullSelect/Makefile +++ b/graphics/p5-Image-Size-FillFullSelect/Makefile @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Pick whether an image fill setting for a image should be fill or full -RUN_DEPENDS= ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size +BUILD_DEPENDS= p5-Image-Size>=3.230:${PORTSDIR}/graphics/p5-Image-Size +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -- cgit