diff options
author | tobez <tobez@FreeBSD.org> | 2007-04-25 15:34:27 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2007-04-25 15:34:27 +0800 |
commit | d3a6141e49c8096ab4bb4b491d8145a4f1cda6ab (patch) | |
tree | 228814364190374fd90f95a1b9ec6706efb9e05f /security | |
parent | 1cb31df3f4d808529f61e97aee01c53154ec2f11 (diff) | |
download | freebsd-ports-graphics-d3a6141e49c8096ab4bb4b491d8145a4f1cda6ab.tar.gz freebsd-ports-graphics-d3a6141e49c8096ab4bb4b491d8145a4f1cda6ab.tar.zst freebsd-ports-graphics-d3a6141e49c8096ab4bb4b491d8145a4f1cda6ab.zip |
Fix location of a dependency.
Reported by: krismail
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-OpenPGP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile index efde4f825a6..18a0f0caeff 100644 --- a/security/p5-Crypt-OpenPGP/Makefile +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -26,7 +26,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Cr ${SITE_PERL}/Crypt/CAST5_PP.pm:${PORTSDIR}/security/p5-Crypt-CAST5_PP \ ${SITE_PERL}/Crypt/DES_EDE3.pm:${PORTSDIR}/security/p5-Crypt-DES_EDE3 \ ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ - ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ + p5-Compress-Zlib>0:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \ ${SITE_PERL}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \ ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ |