View | Details | Raw Unified | Return to bug 62351
Collapse All | Expand All

(-)bison/Makefile (-2 / +5 lines)
Lines 15-32 Link Here
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	A parser generator from FSF, (mostly) compatible with Yacc
16
COMMENT=	A parser generator from FSF, (mostly) compatible with Yacc
17
17
18
BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
19
RUN_DEPENDS=	gm4:${PORTSDIR}/devel/m4
20
18
CONFLICTS=	bison-[0-9]+
21
CONFLICTS=	bison-[0-9]+
19
22
20
BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
21
.if !defined(WITHOUT_NLS)
23
.if !defined(WITHOUT_NLS)
22
PLIST_SUB=	NLS=""
24
PLIST_SUB=	NLS=""
23
.else
25
.else
24
PLIST_SUB=	NLS="@comment "
26
PLIST_SUB=	NLS="@comment "
25
.endif
27
.endif
26
RUN_DEPENDS=	gm4:${PORTSDIR}/devel/m4
27
28
28
USE_BZIP2=	yes
29
USE_BZIP2=	yes
30
.if !defined(WITHOUT_NLS)
29
USE_GETTEXT=	yes
31
USE_GETTEXT=	yes
32
.endif
30
GNU_CONFIGURE=	yes
33
GNU_CONFIGURE=	yes
31
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
34
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
32
.if defined(WITHOUT_NLS)
35
.if defined(WITHOUT_NLS)

Return to bug 62351