Make buildable.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2015-04-24 14:16:31 +00:00
parent 5aadd38a8b
commit 33421b2c46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384644

View file

@ -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>