forked from Lainports/freebsd-ports
Reindent so Makevars are read by make(1) and does not invoke it as a shell command. This should fix INDEX builds.
This commit is contained in:
parent
6b73ec18f8
commit
b6bf4d393c
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ CONFLICTS= lam-6.*
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
|
||||
RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
|
||||
RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "i386"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue