diff options
Diffstat (limited to 'textproc/refdb')
-rw-r--r-- | textproc/refdb/Makefile | 2 |
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 |