mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Correct a *_DEPENDS entry:
${PERL_VER}/IO/Interface.pm -> ${PERL_VER}/${PERL_ARCH}/IO/Interface.pm Submitted by: bento
This commit is contained in:
parent
37b7d031e0
commit
ff3b9b846d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67055
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue