mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
Make buildable.
Sponsored by: Absolight
This commit is contained in:
parent
5aadd38a8b
commit
33421b2c46
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384644
1 changed files with 2 additions and 0 deletions
|
@ -24,9 +24,11 @@ USE_PERL5= configure
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if exists(${PERL})
|
||||
PERL_THREADED!= ${PERL} -mthreads -e '' >/dev/null 2>&1 && ${ECHO_CMD} 'yes' || ${ECHO_CMD}
|
||||
.if ${PERL_THREADED} == ""
|
||||
IGNORE= must be built with a threaded Perl, reinstall Perl with the THREADS option on
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue