diff options
author | culot <culot@FreeBSD.org> | 2011-05-30 16:39:27 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-05-30 16:39:27 +0800 |
commit | 620685720c507cc4042018b006db21d551caf03c (patch) | |
tree | 897003db49154a198ad924a80c15ff9cf45fce46 /graphics | |
parent | 5a8191b3d61fd5ddb3d106865be4838ffcc81cbb (diff) | |
download | freebsd-ports-graphics-620685720c507cc4042018b006db21d551caf03c.tar.gz freebsd-ports-graphics-620685720c507cc4042018b006db21d551caf03c.tar.zst freebsd-ports-graphics-620685720c507cc4042018b006db21d551caf03c.zip |
- Lower requirements on dependencies version to match vendor's recommendations
Reported by: sunpoet@
Approved by: Gerard Seibert <gerard@seibercom.net> (maintainer, via email)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile b/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile index 2d98afc154a..edb21f5c1cf 100644 --- a/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile +++ b/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile @@ -15,9 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gerard@seibercom.net COMMENT= A Perl implementation of the reCAPTCHA Mailhide API -BUILD_DEPENDS= p5-Crypt-Rijndael>=1.09:${PORTSDIR}/security/p5-Crypt-Rijndael \ - p5-HTML-Tiny>=1.05:${PORTSDIR}/textproc/p5-HTML-Tiny \ - p5-MIME-Base64>=3.13:${PORTSDIR}/converters/p5-MIME-Base64 +BUILD_DEPENDS= p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \ + p5-HTML-Tiny>=0.904:${PORTSDIR}/textproc/p5-HTML-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} |