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

(-)devel/boost/Makefile (+2 lines)
Lines 17-22 COMMENT= Free peer-reviewed portable C++ Link Here
17
17
18
USE_BZIP2=	yes
18
USE_BZIP2=	yes
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
MAKE_JOBS_SAFE=	yes
20
WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION:S/./_/g}
21
WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION:S/./_/g}
21
22
22
.if defined(WITH_PYTHON) || defined (WITH_PYSTE)
23
.if defined(WITH_PYTHON) || defined (WITH_PYSTE)
Lines 87-92 PLIST_SUB+= BOOST_PYSTE="@comment " Link Here
87
BOOST_TOOLS=	gcc
88
BOOST_TOOLS=	gcc
88
89
89
BJAM_OPTIONS=	--layout=system
90
BJAM_OPTIONS=	--layout=system
91
BJAM_OPTIONS+=	${_MAKE_JOBS}
90
.if defined (WITH_VERBOSE_BUILD)
92
.if defined (WITH_VERBOSE_BUILD)
91
BJAM_OPTIONS+=	-d2
93
BJAM_OPTIONS+=	-d2
92
.endif
94
.endif

Return to bug 133054