diff options
author | culot <culot@FreeBSD.org> | 2012-06-30 17:41:14 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-06-30 17:41:14 +0800 |
commit | 1a0abcc698a664f69121b32a8d98062fbdcfea10 (patch) | |
tree | 0d06e7612f9a469952134898b7f4febf85b73e5e | |
parent | 8a8130953c62e3ed4b6cd8b435f5749457da1fe8 (diff) | |
download | freebsd-ports-gnome-1a0abcc698a664f69121b32a8d98062fbdcfea10.tar.gz freebsd-ports-gnome-1a0abcc698a664f69121b32a8d98062fbdcfea10.tar.zst freebsd-ports-gnome-1a0abcc698a664f69121b32a8d98062fbdcfea10.zip |
- Remove SITE_PERL from *_DEPENDS [1]
- Add BUILD_DEPENDS to silence build warnings
PR: ports/169555 [1]
Submitted by: Zane C.B-H. <vvelox@vvelox.net> (maintainer)
-rw-r--r-- | graphics/p5-Image-Size-FillFullSelect/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |