diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-12-03 12:47:24 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-12-03 12:47:24 +0000 |
commit | fb8592f0f20d3fb0de94784fbd78b14304899cbe (patch) | |
tree | 3f448f92908d74e7062f95fde7a9727b4927c6aa /misc/gpt | |
parent | Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update. (diff) |
Correct path to Compress::Zlib.pm after recent update of p5-Compress-Zlib.
Diffstat (limited to 'misc/gpt')
-rw-r--r-- | misc/gpt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gpt/Makefile b/misc/gpt/Makefile index f5f463d30333..6f6b5ae4018b 100644 --- a/misc/gpt/Makefile +++ b/misc/gpt/Makefile @@ -18,7 +18,7 @@ COMMENT= Grid Packaging Tools (used to install Globus) CONFLICTS= gpt-3.1* RUN_DEPENDS+= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ - ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ + ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib \ |