svn commit: r330489 - head/devel/mico
Pietro Cerutti
gahr at FreeBSD.org
Wed Oct 16 09:14:02 UTC 2013
Author: gahr
Date: Wed Oct 16 09:14:01 2013
New Revision: 330489
URL: http://svnweb.freebsd.org/changeset/ports/330489
Log:
- Convert to USES+=tcl
Modified:
head/devel/mico/Makefile
Modified: head/devel/mico/Makefile
==============================================================================
--- head/devel/mico/Makefile Wed Oct 16 09:04:21 2013 (r330488)
+++ head/devel/mico/Makefile Wed Oct 16 09:14:01 2013 (r330489)
@@ -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
More information about the svn-ports-all
mailing list