svn commit: r357653 - head/devel/fossil

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 13 07:34:14 UTC 2014


Author: bapt
Date: Fri Jun 13 07:34:13 2014
New Revision: 357653
URL: http://svnweb.freebsd.org/changeset/ports/357653
QAT: https://qat.redports.org/buildarchive/r357653/

Log:
  Activate json support by default

Modified:
  head/devel/fossil/Makefile

Modified: head/devel/fossil/Makefile
==============================================================================
--- head/devel/fossil/Makefile	Fri Jun 13 07:30:15 2014	(r357652)
+++ head/devel/fossil/Makefile	Fri Jun 13 07:34:13 2014	(r357653)
@@ -21,6 +21,7 @@ CONFIGURE_ARGS=	--prefix=${PREFIX}
 USE_RC_SUBR=	fossil
 
 OPTIONS_DEFINE=	JSON STATIC
+OPTIONS_DEFAULT=	JSON
 JSON_DESC=	JSON API support
 
 JSON_CONFIGURE_ON=	--json


More information about the svn-ports-head mailing list