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

(-)Makefile (+5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	boost-libs
8
PORTNAME=	boost-libs
9
9
COMMENT=	Free portable C++ libraries (without Boost.Python)
10
COMMENT=	Free portable C++ libraries (without Boost.Python)
11
10
USE_BZIP2=	yes
12
USE_BZIP2=	yes
11
13
12
BUILD_DEPENDS+=	bjam:${PORTSDIR}/devel/boost-jam
14
BUILD_DEPENDS+=	bjam:${PORTSDIR}/devel/boost-jam
Lines 29-34 Link Here
29
.if defined (WITH_ICU)
31
.if defined (WITH_ICU)
30
LIB_DEPENDS+=	icuuc:${PORTSDIR}/devel/icu
32
LIB_DEPENDS+=	icuuc:${PORTSDIR}/devel/icu
31
BJAM_OPTIONS+=	-sICU_PATH=${LOCALBASE}
33
BJAM_OPTIONS+=	-sICU_PATH=${LOCALBASE}
34
.else
35
USE_ICONV=	yes
36
BJAM_OPTIONS+=	-sICONV_PATH=${LOCALBASE}
32
.endif
37
.endif
33
38
34
.if ${ARCH} == "sparc64"
39
.if ${ARCH} == "sparc64"

Return to bug 168661