diff options
author | demon <demon@FreeBSD.org> | 2006-12-03 20:45:59 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2006-12-03 20:45:59 +0800 |
commit | 19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679 (patch) | |
tree | 889b62ee02b60ed880e9674ed1d3af2d51df43cd /devel | |
parent | 366497c70e15aade6793ec6da4933536b44b5600 (diff) | |
download | freebsd-ports-graphics-19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679.tar.gz freebsd-ports-graphics-19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679.tar.zst freebsd-ports-graphics-19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679.zip |
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/otrs/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-CPAN-Mini/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Data-Serializer/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-POE/Makefile | 2 | ||||
-rw-r--r-- | devel/svk/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/devel/otrs/Makefile b/devel/otrs/Makefile index 46f1d61a389..069b5d135bc 100644 --- a/devel/otrs/Makefile +++ b/devel/otrs/Makefile @@ -30,7 +30,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/PDF/API2.pm:${PORTSDIR}/textproc/p5-PDF-API2 \ - ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib + ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib RUN_DEPENDS= ${BUILD_DEPENDS} OPTIONS= MYSQL "MySQL database support" on \ diff --git a/devel/p5-CPAN-Mini/Makefile b/devel/p5-CPAN-Mini/Makefile index 0241f3ffeda..f54fc58b2a2 100644 --- a/devel/p5-CPAN-Mini/Makefile +++ b/devel/p5-CPAN-Mini/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= CPAN::Mini - create a minimal mirror of CPAN -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ +RUN_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI diff --git a/devel/p5-Data-Serializer/Makefile b/devel/p5-Data-Serializer/Makefile index f08aae60c48..a888c586b62 100644 --- a/devel/p5-Data-Serializer/Makefile +++ b/devel/p5-Data-Serializer/Makefile @@ -16,7 +16,7 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Modules that serialize data structures BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ + ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \ ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ ${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA diff --git a/devel/p5-POE/Makefile b/devel/p5-POE/Makefile index 8ac2cbf2b8e..f6c770eb829 100644 --- a/devel/p5-POE/Makefile +++ b/devel/p5-POE/Makefile @@ -18,7 +18,7 @@ COMMENT= Multitasking and networking framework for perl BUILD_DEPENDS= \ ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${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}/Event.pm:${PORTSDIR}/devel/p5-Event \ ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter \ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ diff --git a/devel/svk/Makefile b/devel/svk/Makefile index 95a2ad5d012..fdd7de9c9fd 100644 --- a/devel/svk/Makefile +++ b/devel/svk/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversio ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \ p5-Class-Autouse>=1.15:${PORTSDIR}/devel/p5-Class-Autouse \ ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \ - ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ + ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ p5-Data-Hierarchy>=0.21:${PORTSDIR}/devel/p5-Data-Hierarchy \ p5-TimeDate>=1.16:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/File/Type.pm:${PORTSDIR}/devel/p5-File-Type \ |