aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2006-12-03 20:45:59 +0800
committerdemon <demon@FreeBSD.org>2006-12-03 20:45:59 +0800
commit19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679 (patch)
tree889b62ee02b60ed880e9674ed1d3af2d51df43cd /net
parent366497c70e15aade6793ec6da4933536b44b5600 (diff)
downloadfreebsd-ports-gnome-19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679.tar.gz
freebsd-ports-gnome-19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679.tar.zst
freebsd-ports-gnome-19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679.zip
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-SAP/Makefile2
-rw-r--r--net/p5-SOAP-Lite/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-SAP/Makefile b/net/p5-Net-SAP/Makefile
index 132292f0a6f3..a250e0a8d8f5 100644
--- a/net/p5-Net-SAP/Makefile
+++ b/net/p5-Net-SAP/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= perl@FreeBSD.ORG
COMMENT= Session Announcement Protocol (rfc2974) packet parser
RUN_DEPENDS= ${SITE_PERL}/Net/SDP.pm:${PORTSDIR}/net/p5-Net-SDP \
- ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
+ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_MODBUILD= YES
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile
index 19bb7b83db71..a41a0bec0dea 100644
--- a/net/p5-SOAP-Lite/Makefile
+++ b/net/p5-SOAP-Lite/Makefile
@@ -18,7 +18,7 @@ COMMENT= SOAP::Lite - Client and server side SOAP implementation
RUN_DEPENDS= ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
- ${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}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser