diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-07 02:28:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-07 02:28:48 +0800 |
commit | b36f9bc93dbb06b7aa154dae21aedd297b8294bf (patch) | |
tree | b7f126ea1af16fa9fdd818b30132544380def3c7 /sysutils | |
parent | a9d23995b809f5da76fbeb45e137cc3b63c0744e (diff) | |
download | freebsd-ports-gnome-b36f9bc93dbb06b7aa154dae21aedd297b8294bf.tar.gz freebsd-ports-gnome-b36f9bc93dbb06b7aa154dae21aedd297b8294bf.tar.zst freebsd-ports-gnome-b36f9bc93dbb06b7aa154dae21aedd297b8294bf.zip |
- Fix build with sqlite3
PR: 112468
Submitted by: John Hermes<John.Hermes@miami.k12.oh.us>
Approved by: maintainer via irc
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 18c8bb9d0903..260dec706232 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -146,7 +146,7 @@ DBTYPE= postgresql SUB_LIST+= REQ_MYSQL="" REQ_PGSQL=postgresql .elif defined(WITH_SQLITE3) CONFIGURE_ARGS+= --with-sqlite3=yes -LIB_DEPENDS+= sqlite3-threads>=0:${PORTSDIR}/databases/sqlite3-threads +LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3-threads DBTYPE= sqlite3 .else CONFIGURE_ARGS+= --with-sqlite=yes |