Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2013 09:14:01 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330489 - head/devel/mico
Message-ID:  <201310160914.r9G9E1Kq098853@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310160914.r9G9E1Kq098853>