aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-libs/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-07-13 20:09:11 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-07-13 20:09:11 +0000
commite77a8c104f583c7c2a60212e98dfa78d088cb143 (patch)
tree257d27d4471e49f8aee1c514b68681449295fae9 /devel/boost-libs/Makefile
parentcd57934a7090fba69f8cd78e4c37fefbc3322430 (diff)
downloadports-e77a8c104f583c7c2a60212e98dfa78d088cb143.tar.gz
ports-e77a8c104f583c7c2a60212e98dfa78d088cb143.zip
Notes
Diffstat (limited to 'devel/boost-libs/Makefile')
-rw-r--r--devel/boost-libs/Makefile5
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"