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

(-)Makefile (-1 / +8 lines)
Lines 31-38 Link Here
31
	rusti.1 \
31
	rusti.1 \
32
	rustpkg.1
32
	rustpkg.1
33
33
34
OPTIONS_DEFINE=		RUSTPKG
34
OPTIONS_DEFINE=		RUSTPKG \
35
                        LLNEXTGEN
36
35
RUSTPKG_DESC=		Build with package manager
37
RUSTPKG_DESC=		Build with package manager
38
LLNEXTGEN_DESC=		Build with grammar verification
36
OPTIONS_DEFAULT=	RUSTPKG
39
OPTIONS_DEFAULT=	RUSTPKG
37
40
38
NO_STAGE=	yes
41
NO_STAGE=	yes
Lines 54-59 Link Here
54
PLIST_SUB+=	RUSTPKG="@comment "
57
PLIST_SUB+=	RUSTPKG="@comment "
55
.endif
58
.endif
56
59
60
.if ${PORT_OPTIONS:MLLNEXTGEN}
61
BUILD_DEPENDS+=	LLnextgen:${PORTSDIR}/devel/llnextgen
62
.endif
63
57
LIB_DEPENDS+=	execinfo:${PORTSDIR}/devel/libexecinfo
64
LIB_DEPENDS+=	execinfo:${PORTSDIR}/devel/libexecinfo
58
65
59
MAKE_ARGS+=		CC=${CC} CXX=${CXX} ARCH=x86_64
66
MAKE_ARGS+=		CC=${CC} CXX=${CXX} ARCH=x86_64

Return to bug 185866