svn commit: r405726 - head/www/mnogosearch

Antoine Brodin antoine at FreeBSD.org
Sun Jan 10 16:57:10 UTC 2016


Author: antoine
Date: Sun Jan 10 16:57:08 2016
New Revision: 405726
URL: https://svnweb.freebsd.org/changeset/ports/405726

Log:
  Unbreak

Modified:
  head/www/mnogosearch/Makefile

Modified: head/www/mnogosearch/Makefile
==============================================================================
--- head/www/mnogosearch/Makefile	Sun Jan 10 16:56:46 2016	(r405725)
+++ head/www/mnogosearch/Makefile	Sun Jan 10 16:57:08 2016	(r405726)
@@ -42,8 +42,8 @@ PGSQL_CONFIGURE_WITH=	pgsql=${LOCALBASE}
 
 SQLITE2_USES=	sqlite:2
 SQLITE3_USES=	sqlite
-SQLITE2_CONFIGURE_WITH=	sqlite=${LOCALBASE}
-SQLITE3_CONFIGURE_WITH=	sqlite3=${LOCALBASE}
+SQLITE2_CONFIGURE_ON=	--with-sqlite=${LOCALBASE}
+SQLITE3_CONFIGURE_ON=	--with-sqlite3=${LOCALBASE}
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-head mailing list