aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-13 07:34:13 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-13 07:34:13 +0000
commit02026688e884be35e6f53ff766a2ef651851285e (patch)
treeb468e63d702a3ed6cbdaf6818a5fc962e67b9f5b
parentd1307063fa57f5d16a5def33d9e8900b44af05aa (diff)
Activate json support by default
Notes
Notes: svn path=/head/; revision=357653
-rw-r--r--devel/fossil/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile
index 0e6e35268009..d11e2cade534 100644
--- a/devel/fossil/Makefile
+++ b/devel/fossil/Makefile
@@ -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