Date: Fri, 21 Feb 2014 14:52:33 +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: r345473 - head/math/scilab Message-ID: <201402211452.s1LEqX28005670@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402211452.s1LEqX28005670>