mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Cover the case of no perl present in the IGNORE statement
Submitted by: Cezary Morga <cm@therek.net> (maintainer)
This commit is contained in:
parent
247445cd97
commit
e3908a32fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231663
@ -75,6 +75,8 @@ PERL_THREADS!= ${PERL} -V::usethreads
|
||||
.if ${PERL_THREADS}!="'define';"
|
||||
IGNORE= needs a threaded Perl, build with WITH_THREADS=yes flag and try again
|
||||
.endif
|
||||
.else
|
||||
IGNORE= needs an existing installation of Perl built with WITH_THREADS=yes
|
||||
.endif
|
||||
|
||||
MAN3= Padre.3 \
|
||||
|
Loading…
Reference in New Issue
Block a user