diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 1dc87f4d334..7c65e7f0634 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -157,8 +157,8 @@ EXTENSION_CONFIGURE_ENABLE= dynamic-extensions THREADS_CONFIGURE_ENABLE= threadsafe THREADS_LDFLAGS= -lpthread -ICU_BUILD_DEPENDS= ${LOCALBASE}/bin/icu-config:${PORTSDIR}/devel/icu -ICU_LIB_DEPENDS= libicudata.so:${PORTSDIR}/devel/icu +ICU_BUILD_DEPENDS= ${LOCALBASE}/bin/icu-config:devel/icu +ICU_LIB_DEPENDS= libicudata.so:devel/icu ICU_CPPFLAGS= `${LOCALBASE}/bin/icu-config --cppflags` -DSQLITE_ENABLE_ICU=1 ICU_LDFLAGS= `${LOCALBASE}/bin/icu-config --ldflags`