aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-11-15 06:28:01 +0800
committeritetcu <itetcu@FreeBSD.org>2006-11-15 06:28:01 +0800
commit693349793701f9b40fbe45c58063e4e2eb6b1eef (patch)
tree9258502a21af8e98cc6dad78a786dcb674217529 /sysutils
parent738a9cc2a719fdcc3bfd9561a5b0467999624fd5 (diff)
downloadfreebsd-ports-gnome-693349793701f9b40fbe45c58063e4e2eb6b1eef.tar.gz
freebsd-ports-gnome-693349793701f9b40fbe45c58063e4e2eb6b1eef.tar.zst
freebsd-ports-gnome-693349793701f9b40fbe45c58063e4e2eb6b1eef.zip
Fix typo for SQLITE3 case preventing among other things packaging.
PR: 105545 Submitted 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 df8eef37c566..0dc08fff01c5 100644
--- a/sysutils/bacula-server/Makefile
+++ b/sysutils/bacula-server/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bacula
DISTVERSION= 1.38.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bacula
@@ -145,7 +145,7 @@ SUB_LIST+= REQ_MYSQL="" REQ_PGSQL=postgresql
.elif defined(WITH_SQLITE3)
CONFIGURE_ARGS+= --with-sqlite3=yes
LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3
-DBTYPE= sqlite
+DBTYPE= sqlite3
.else
CONFIGURE_ARGS+= --with-sqlite=yes
LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite2