diff options
author | demon <demon@FreeBSD.org> | 2006-12-03 11:45:20 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2006-12-03 11:45:20 +0000 |
commit | a00e801bc5ce677ee83c9c204e9844b01c7c15a9 (patch) | |
tree | c3584f3006d475de9be20a2e58c46e6d52331a7c /archivers/p5-Compress-Zlib | |
parent | e635bf7003493497a7e92502dac3f64bf469a130 (diff) | |
download | FreeBSD-ports-a00e801bc5ce677ee83c9c204e9844b01c7c15a9.zip FreeBSD-ports-a00e801bc5ce677ee83c9c204e9844b01c7c15a9.tar.gz |
Correct dependencies.
Diffstat (limited to 'archivers/p5-Compress-Zlib')
-rw-r--r-- | archivers/p5-Compress-Zlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/p5-Compress-Zlib/Makefile b/archivers/p5-Compress-Zlib/Makefile index 9a41566..1e156bf 100644 --- a/archivers/p5-Compress-Zlib/Makefile +++ b/archivers/p5-Compress-Zlib/Makefile @@ -16,7 +16,7 @@ MAINTAINER= demon@FreeBSD.org COMMENT= Perl5 interface to zlib compression library BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \ - ${SITE_PERL}/${PERL_ARCH}/PerlIO/gzip.pm:${PORTSDIR}/archivers/p5-PerlIO-gzip + ${SITE_PERL}/IO/Uncompress/Gunzip.pm:${PORTSDIR}/archivers/p5-IO-Compress-Zlib RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES |