diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-07-13 20:09:11 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-07-13 20:09:11 +0000 |
commit | e77a8c104f583c7c2a60212e98dfa78d088cb143 (patch) | |
tree | 257d27d4471e49f8aee1c514b68681449295fae9 /devel/boost-libs/Makefile | |
parent | cd57934a7090fba69f8cd78e4c37fefbc3322430 (diff) | |
download | ports-e77a8c104f583c7c2a60212e98dfa78d088cb143.tar.gz ports-e77a8c104f583c7c2a60212e98dfa78d088cb143.zip |
Notes
Diffstat (limited to 'devel/boost-libs/Makefile')
-rw-r--r-- | devel/boost-libs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile index e37832c6d573..8b0632e13594 100644 --- a/devel/boost-libs/Makefile +++ b/devel/boost-libs/Makefile @@ -26,9 +26,12 @@ BOOST_LIBS= date_time filesystem graph iostreams\ .include "${PORTSDIR}/devel/boost-all/common.mk" .include "${PORTSDIR}/devel/boost-all/compiled.mk" -.if defined (WITH_ICU) +.if defined(WITH_ICU) LIB_DEPENDS+= icuuc:${PORTSDIR}/devel/icu BJAM_OPTIONS+= -sICU_PATH=${LOCALBASE} +.else +USE_ICONV= yes +BJAM_OPTIONS+= -sICONV_PATH=${LOCALBASE} .endif .if ${ARCH} == "sparc64" |