diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-12-03 12:45:59 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-12-03 12:45:59 +0000 |
commit | 274e5c4ab31b88a1fa53ad091387d0b2617b304b (patch) | |
tree | aea7d25189b8bbdecadff8ff6a90673a1401dcb0 /net/p5-Net-SAP | |
parent | 3bf4b652b89943f0b528324f5a355d1e62456272 (diff) |
Notes
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 |