diff options
author | az <az@FreeBSD.org> | 2012-06-29 18:20:00 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 18:20:00 +0800 |
commit | 3c9ad27bda6855d5547080278f3a7835eca50950 (patch) | |
tree | 49c663b7fa3375c16edf446175d5b806da2d2688 /security/p5-Crypt-Ctr | |
parent | e4ef559ae1c7c5de0fe5a45ca16fef78823211e3 (diff) | |
download | freebsd-ports-graphics-3c9ad27bda6855d5547080278f3a7835eca50950.tar.gz freebsd-ports-graphics-3c9ad27bda6855d5547080278f3a7835eca50950.tar.zst freebsd-ports-graphics-3c9ad27bda6855d5547080278f3a7835eca50950.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'security/p5-Crypt-Ctr')
-rw-r--r-- | security/p5-Crypt-Ctr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-Ctr/Makefile b/security/p5-Crypt-Ctr/Makefile index 342448a1d21..93106403f31 100644 --- a/security/p5-Crypt-Ctr/Makefile +++ b/security/p5-Crypt-Ctr/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension for encrypting data in Counter Mode -BUILD_DEPENDS= ${SITE_PERL}/Crypt/CFB.pm:${PORTSDIR}/security/p5-Crypt-CFB +BUILD_DEPENDS= p5-Crypt-CFB>=0:${PORTSDIR}/security/p5-Crypt-CFB RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |