mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Really check that what you will run exists.
Sponsored by: Absolight
This commit is contained in:
parent
44cc399ed8
commit
c0dbcd6eda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389082
@ -16,7 +16,7 @@ USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if exists(${PERL5})
|
||||
.if exists(${PERL})
|
||||
PERLTHREADS!= ${PERL} -V::usethreads
|
||||
.if ${PERLTHREADS} != "'define';"
|
||||
IGNORE= requires perl to be built with -DWITH_THREADS
|
||||
|
Loading…
Reference in New Issue
Block a user