diff --git a/devel/bison/Makefile b/devel/bison/Makefile index da163b4bb439..4b52ab36cd40 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,41 +1,41 @@ # Created by: Jerry Hicks PORTNAME= bison PORTVERSION= 3.8.2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GNU MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parser generator from FSF, (mostly) compatible with Yacc LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= m4>=1.4.16,1:devel/m4 # USES=gmake is used for parallelized make test -USES= charsetfix compiler:c11 cpe gmake iconv localbase makeinfo perl5 readline tar:xz +USES= charsetfix compiler:c11 cpe gmake iconv localbase perl5 readline tar:xz USE_PERL5= build CONFIGURE_ARGS= --disable-yacc --enable-relocatable GNU_CONFIGURE= yes LIBS+= -lm TEST_ARGS+= ${_MAKE_JOBS} TEST_TARGET= check INFO= bison CPE_VENDOR= gnu OPTIONS_DEFINE= DOCS EXAMPLES NLS OPTIONS_SUB= yes NLS_BUILD_DEPENDS= libtextstyle>=0.21:devel/libtextstyle NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_OFF= ac_cv_libtextstyle=no NLS_LIB_DEPENDS= libtextstyle.so:devel/libtextstyle NLS_USES= gettext .include