svn commit: r345473 - head/math/scilab

Pietro Cerutti gahr at FreeBSD.org
Fri Feb 21 14:52:34 UTC 2014


Author: gahr
Date: Fri Feb 21 14:52:33 2014
New Revision: 345473
URL: http://svnweb.freebsd.org/changeset/ports/345473
QAT: https://qat.redports.org/buildarchive/r345473/

Log:
  - Convert to USES=tk

Modified:
  head/math/scilab/Makefile

Modified: head/math/scilab/Makefile
==============================================================================
--- head/math/scilab/Makefile	Fri Feb 21 14:51:24 2014	(r345472)
+++ head/math/scilab/Makefile	Fri Feb 21 14:52:33 2014	(r345473)
@@ -67,7 +67,7 @@ PLIST_SUB+=	NLS=""
 .if ! ${PORT_OPTIONS:MTK}
 CONFIGURE_ARGS+=	--without-tk
 .else
-USE_TK=		yes
+USES+=			tk
 CONFIGURE_ARGS+=	--with-tk-library=${LOCALBASE}/lib \
 			--with-tk-include=${TK_INCLUDEDIR} \
 			--with-tcl-library=${LOCALBASE}/lib \


More information about the svn-ports-all mailing list