diff options
| author | Olli Hauer <ohauer@FreeBSD.org> | 2010-10-03 21:03:34 +0000 |
|---|---|---|
| committer | Olli Hauer <ohauer@FreeBSD.org> | 2010-10-03 21:03:34 +0000 |
| commit | e4dd01eaa852c75fd33d45534e79f7bbbd4994f2 (patch) | |
| tree | 371965b5d1e7f8c8f1c07c26283eaed5c2fc1ba7 | |
| parent | - update download URL (diff) | |
- correct WITH_SQLITE => WITH_SQLITE3
This mistake slipped in during the last commit
PR: 150999
Submitted by: Florian Smeets <flo _at_ smeets.im>
Approved by: glarkin (mentor, implicit)
Feature safe: yes, WITH_SQLITE3 is no default OPTION
Notes
Notes:
svn path=/head/; revision=262366
| -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 6c723e860c63..a54fbb12e4ef 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -155,7 +155,7 @@ CONFIGURE_ARGS+= --with-mysql=yes USE_MYSQL= yes DBTYPE= mysql SUB_LIST+= REQ_MYSQL=mysql REQ_PGSQL="" -.elif defined(WITH_SQLITE) +.elif defined(WITH_SQLITE3) CONFIGURE_ARGS+= --with-sqlite3=yes LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 DBTYPE= sqlite3 |
