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 /net/p5-Net-SAP | |
parent | 366497c70e15aade6793ec6da4933536b44b5600 (diff) | |
download | freebsd-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/p5-Net-SAP')
-rw-r--r-- | net/p5-Net-SAP/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |