aboutsummaryrefslogtreecommitdiff
path: root/devel/fossil
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2017-03-12 19:09:05 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2017-03-12 19:09:05 +0000
commit138b335dfc38bd58dbab5c3b4652c85a754fc8e5 (patch)
tree95df6a793e646157ca0547c29459f756c5935714 /devel/fossil
parentafc59afc7d61c858e72c6d8fcd499f6b2c29bdf2 (diff)
downloadports-138b335dfc38bd58dbab5c3b4652c85a754fc8e5.tar.gz
ports-138b335dfc38bd58dbab5c3b4652c85a754fc8e5.zip
devel/fossil: fix configure with default options
PR: 217701 Submitted by: chris@chrullrich.net Reported by: dim, mandree, adamw
Notes
Notes: svn path=/head/; revision=436015
Diffstat (limited to 'devel/fossil')
-rw-r--r--devel/fossil/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile
index 6ebd5ea78f87..928fc6650360 100644
--- a/devel/fossil/Makefile
+++ b/devel/fossil/Makefile
@@ -3,7 +3,7 @@
PORTNAME= fossil
PORTVERSION= 2.0
DISTVERSIONPREFIX= src-
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 2
CATEGORIES= devel www
MASTER_SITES= http://fossil-scm.org/index.html/uv/download/
@@ -34,8 +34,8 @@ TCL_DESC= Enable Tcl integration
JSON_CONFIGURE_ON= --json
STATIC_CONFIGURE_ON= --static
FUSE_CONFIGURE_OFF= --disable-fusefs
-TH1HOOKS_CONFIGURE_WITH=th1-hooks
-TCL_CONFIGURE_WITH= tcl-stubs=${TCL_LIBDIR} tcl=${LOCALBASE}
+TH1HOOKS_CONFIGURE_ON= --with-th1-hooks
+TCL_CONFIGURE_ON= --with-tcl-stubs=${TCL_LIBDIR} --with-tcl=${LOCALBASE}
TCL_USES= tcl
FUSE_LIB_DEPENDS= libfuse.so:sysutils/fusefs-libs
FUSE_USES= localbase:ldflags