diff options
Diffstat (limited to 'devel/boost/Makefile')
-rw-r--r-- | devel/boost/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/boost/Makefile b/devel/boost/Makefile index 1cdb985a0c99..c615b95a7804 100644 --- a/devel/boost/Makefile +++ b/devel/boost/Makefile @@ -175,7 +175,7 @@ BOOST_LIBS+= thread .endif .if defined (WITH_ICU) -LIB_DEPENDS+= icuuc.34:${PORTSDIR}/devel/icu +LIB_DEPENDS+= icuuc:${PORTSDIR}/devel/icu BOOST_ICU_OPTS= "-sICU_PATH=${LOCALBASE}" .endif |