svn commit: r361219 - head/sysutils/bacula-server

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Jul 8 11:07:57 UTC 2014


Author: rakuco
Date: Tue Jul  8 11:07:56 2014
New Revision: 361219
URL: http://svnweb.freebsd.org/changeset/ports/361219
QAT: https://qat.redports.org/buildarchive/r361219/

Log:
  Fix typo in --with-sqlite3=yes introduced in r360216.
  
  PR:		191729
  Submitted by:	Raven <admin at dyn.su>

Modified:
  head/sysutils/bacula-server/Makefile

Modified: head/sysutils/bacula-server/Makefile
==============================================================================
--- head/sysutils/bacula-server/Makefile	Tue Jul  8 10:57:15 2014	(r361218)
+++ head/sysutils/bacula-server/Makefile	Tue Jul  8 11:07:56 2014	(r361219)
@@ -112,7 +112,7 @@ CONFFILES=		sd dir
 
 MYSQL_CONFIGURE_ON=	--with-mysql=yes
 MYSQL_USE=	MYSQL=yes
-SQLITE3_CONFIGURE_ON=	--with=sqlite3=yes
+SQLITE3_CONFIGURE_ON=	--with-sqlite3=yes
 SQLITE3_LIB_DEPENDS=	libsqlite3.so:${PORTSDIR}/databases/sqlite3
 PGSQL_CONFIGURE_ON=	--with-postgresql=yes
 PGSQL_USES=	pgsql


More information about the svn-ports-all mailing list