summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-11-14 22:28:01 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-11-14 22:28:01 +0000
commit482aac5572267c99b5a57c921f7c934d10c476a8 (patch)
tree8b533464ad9cda83172f614bba31fb426bffff18 /sysutils
parent- Update to 0.8.4 (diff)
Fix typo for SQLITE3 case preventing among other things packaging.
PR: 105545 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=177280
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