diff options
author | demon <demon@FreeBSD.org> | 2006-12-03 12:45:59 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2006-12-03 12:45:59 +0000 |
commit | 19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679 (patch) | |
tree | 889b62ee02b60ed880e9674ed1d3af2d51df43cd /archivers/p5-Archive-Zip | |
parent | 366497c70e15aade6793ec6da4933536b44b5600 (diff) | |
download | FreeBSD-ports-19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679.zip FreeBSD-ports-19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679.tar.gz |
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
Diffstat (limited to 'archivers/p5-Archive-Zip')
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index 1d34518..47dd44a 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= erwin@FreeBSD.org COMMENT= Perl module to create, manipulate, read, and write Zip archive files -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ +BUILD_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which |