aboutsummaryrefslogtreecommitdiff
path: root/textproc/refdb
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-06-27 18:54:58 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-06-27 18:54:58 +0000
commit479c6ac9b4397f9e62cb7929256421719cd7305a (patch)
tree11d7a24697c7c19c9b08e64569ea8a9c009f3621 /textproc/refdb
parent6d8c62429cf9606827d2cf2925b9bf26a878a4b5 (diff)
downloadports-479c6ac9b4397f9e62cb7929256421719cd7305a.tar.gz
ports-479c6ac9b4397f9e62cb7929256421719cd7305a.zip
Fix after sqlite3 update
With hat: portmgr
Notes
Notes: svn path=/head/; revision=359596
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