summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-10-16 09:14:01 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-10-16 09:14:01 +0000
commitc6cff4eb54e98ac32c0ade0c5337a273eeb5c430 (patch)
tree605ad51421e66f1eac8646bbe1311b4a74164e86 /devel
parent- Fixed build on 10.x (diff)
- Convert to USES+=tcl
Notes
Notes: svn path=/head/; revision=330489
Diffstat (limited to 'devel')
-rw-r--r--devel/mico/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile
index d07281849b45..b50769fb9824 100644
--- a/devel/mico/Makefile
+++ b/devel/mico/Makefile
@@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --with-gtk=${LOCALBASE}
MICO_GTK= "@comment "
.endif
.if ${PORT_OPTIONS:MTCL}
-USE_TCL= yes
+USES+= tcl
CONFIGURE_ARGS+= --with-tcl
CPPFLAGS+= -I${TCL_INCLUDEDIR}
LDFLAGS+= -L${LOCALBASE}/lib