mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
requires perl > 5.6.0
Noticed by: bento via kris
This commit is contained in:
parent
d9755ad7e1
commit
aa4efabd79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99081
@ -24,7 +24,13 @@ CONFIGURE_ENV= XERCES_INCLUDE=${LOCALBASE}/include \
|
||||
XERCES_LIB=${LOCALBASE}/lib
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= "requires perl 5.6.x or later. Install lang/perl5 and try again"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s|-lpthread|${PTHREAD_LIBS}|" ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user