summaryrefslogtreecommitdiff
path: root/misc/gpt
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2006-12-03 12:47:24 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2006-12-03 12:47:24 +0000
commitfb8592f0f20d3fb0de94784fbd78b14304899cbe (patch)
tree3f448f92908d74e7062f95fde7a9727b4927c6aa /misc/gpt
parentCorrect 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.
Notes
Notes: svn path=/head/; revision=178678
Diffstat (limited to 'misc/gpt')
-rw-r--r--misc/gpt/Makefile2
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 \