View | Details | Raw Unified | Return to bug 259577 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/bison/Makefile (-2 / +2 lines)
Lines 15-27 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
15
BUILD_DEPENDS=	${RUN_DEPENDS}
15
BUILD_DEPENDS=	${RUN_DEPENDS}
16
RUN_DEPENDS=	m4>=1.4.16,1:devel/m4
16
RUN_DEPENDS=	m4>=1.4.16,1:devel/m4
17
17
18
USES=		charsetfix compiler:c11 cpe iconv localbase makeinfo perl5 readline tar:xz
18
USES=		charsetfix compiler:c11 cpe gmake iconv localbase makeinfo perl5 readline tar:xz
19
USE_PERL5=	build
19
USE_PERL5=	build
20
20
21
CONFIGURE_ARGS=	--disable-yacc --enable-relocatable
21
CONFIGURE_ARGS=	--disable-yacc --enable-relocatable
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
LIBS+=		-lm
23
LIBS+=		-lm
24
TEST_TARGET=	check
24
TEST_TARGET=	check
25
TEST_ARGS+=	${_MAKE_JOBS}
25
26
26
INFO=		bison
27
INFO=		bison
27
28
28
- 

Return to bug 259577