diff options
author | knu <knu@FreeBSD.org> | 2002-09-23 19:47:57 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-09-23 19:47:57 +0800 |
commit | 830cc689345fa3857dffddfaffe4323e58921359 (patch) | |
tree | efd17503c6747f230ae645fbb21646b29a40c409 /net/p5-IO-Socket-Multicast | |
parent | 049f04e9c53f5e73995fd30e9fc91d8abd6a2f10 (diff) | |
download | freebsd-ports-gnome-830cc689345fa3857dffddfaffe4323e58921359.tar.gz freebsd-ports-gnome-830cc689345fa3857dffddfaffe4323e58921359.tar.zst freebsd-ports-gnome-830cc689345fa3857dffddfaffe4323e58921359.zip |
Correct a *_DEPENDS entry:
${PERL_VER}/IO/Interface.pm -> ${PERL_VER}/${PERL_ARCH}/IO/Interface.pm
Submitted by: bento
Diffstat (limited to 'net/p5-IO-Socket-Multicast')
-rw-r--r-- | net/p5-IO-Socket-Multicast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-IO-Socket-Multicast/Makefile b/net/p5-IO-Socket-Multicast/Makefile index 5532009a79ed..3375884254e2 100644 --- a/net/p5-IO-Socket-Multicast/Makefile +++ b/net/p5-IO-Socket-Multicast/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= janos.mohacsi@dante.org.uk -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Interface.pm:${PORTSDIR}/net/p5-IO-Interface +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/IO/Interface.pm:${PORTSDIR}/net/p5-IO-Interface RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= IO::Socket::Multicast.3 |