aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/refdb
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-06-28 02:54:58 +0800
committerantoine <antoine@FreeBSD.org>2014-06-28 02:54:58 +0800
commitbf995112267cb65b6c43cfe848386ed1b8e0fd1f (patch)
tree11d7a24697c7c19c9b08e64569ea8a9c009f3621 /textproc/refdb
parent9473a939ebf400eb9d830efb11e179c1729b50ce (diff)
downloadfreebsd-ports-gnome-bf995112267cb65b6c43cfe848386ed1b8e0fd1f.tar.gz
freebsd-ports-gnome-bf995112267cb65b6c43cfe848386ed1b8e0fd1f.tar.zst
freebsd-ports-gnome-bf995112267cb65b6c43cfe848386ed1b8e0fd1f.zip
Fix after sqlite3 update
With hat: portmgr
Diffstat (limited to 'textproc/refdb')
-rw-r--r--textproc/refdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/refdb/Makefile b/textproc/refdb/Makefile
index 7df11582d409..28a9913d7021 100644
--- a/textproc/refdb/Makefile
+++ b/textproc/refdb/Makefile
@@ -70,7 +70,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/dbd:${PORTSDIR}/databases/libdbi-drivers
CONFIGURE_ARGS+= --with-db-server=pgsql
.elif ${PORT_OPTIONS:MSQLITE}
-LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3
# If libdbi-drivers has been built without SQLite driver, abort
.if exists(${LOCALBASE}/lib/dbd) && !exists(${LOCALBASE}/lib/dbd/libdbdsqlite.so)
IGNORE= rebuild databases/libdbi-drivers with SQLite support