diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-06 17:22:52 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-06 17:22:52 +0000 |
commit | ccd32ccbc937b5ce58fa54b3c529e918d11ef2ba (patch) | |
tree | ed1dd7cc983008686a5f08d3d1620ba45cb6aa12 /security/p5-Crypt-DES | |
parent | 4e9e8df953c5f03341a292ca153097b2a6cdfcfc (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-DES')
-rw-r--r-- | security/p5-Crypt-DES/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index 038f6c16a857..c8e32d5f815e 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to DES block cipher -BUILD_DEPENDS= ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC +BUILD_DEPENDS= p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |