summaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-07 11:44:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-07 11:44:08 +0000
commit4650a910d0bf7ff9894cf3142fcc8cace240caee (patch)
tree4e52dc02625fb5dbfc24d5b3b82b178f9f543b1f /databases/sqlite3
parentUpdate to boost 1.55.0 (diff)
Chase boost and icu bump
While here convert some LIB_DEPENDS
Notes
Notes: svn path=/head/; revision=343214
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 7c3bb10358af..82d92a681354 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -116,7 +116,7 @@ THREADS_CONFIGURE_ENABLE= threadsafe
THREADS_LDFLAGS= ${PTHREAD_LIBS}
ICU_BUILD_DEPENDS= ${LOCALBASE}/bin/icu-config:${PORTSDIR}/devel/icu
-ICU_LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu
+ICU_LIB_DEPENDS= libicudata.so:${PORTSDIR}/devel/icu
ICU_CPPFLAGS= `${LOCALBASE}/bin/icu-config --cppflags` -DSQLITE_ENABLE_ICU=1
ICU_LDFLAGS= `${LOCALBASE}/bin/icu-config --ldflags`