aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2007-04-17 06:38:52 +0800
committeritetcu <itetcu@FreeBSD.org>2007-04-17 06:38:52 +0800
commit489f93569652205fc7e3a38a600621ddd316c644 (patch)
tree93fcae92b858e301d30bbb3d8a5d2bcdd12942d9 /sysutils
parent740ad7da1792699790e7b9f8007c2296d0808849 (diff)
downloadfreebsd-ports-gnome-489f93569652205fc7e3a38a600621ddd316c644.tar.gz
freebsd-ports-gnome-489f93569652205fc7e3a38a600621ddd316c644.tar.zst
freebsd-ports-gnome-489f93569652205fc7e3a38a600621ddd316c644.zip
- explicitly depend on databases/sqlite-threads to avoid bacula-dir exiting on
sig 6 [1] - kill a white space PR: ports/106781 [2] Submitted by: John Hermes [2], Dan Langille (maintainer) [1] Approved by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bacula-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile
index 80b6bc01cb9c..18c8bb9d0903 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:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS+= sqlite3-threads>=0:${PORTSDIR}/databases/sqlite3-threads
DBTYPE= sqlite3
.else
CONFIGURE_ARGS+= --with-sqlite=yes
@@ -221,7 +221,7 @@ post-patch:
.if defined(WITH_AUTOSETEOT)
@cd ${WRKSRC} && ${PATCH} --quiet < ${FILESDIR}/eotmodel-src-stored-dev.c.patch
.endif
-
+
pre-install:
if [ ! -d "${BACULA_DIR}" ]; then \