Date: Tue, 27 May 2014 16:11:38 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355539 - head/math/plplot Message-ID: <201405271611.s4RGBc1P088662@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue May 27 16:11:38 2014 New Revision: 355539 URL: http://svnweb.freebsd.org/changeset/ports/355539 QAT: https://qat.redports.org/buildarchive/r355539/ Log: Do not overwrite USES Modified: head/math/plplot/Makefile Modified: head/math/plplot/Makefile ============================================================================== --- head/math/plplot/Makefile Tue May 27 16:01:42 2014 (r355538) +++ head/math/plplot/Makefile Tue May 27 16:11:38 2014 (r355539) @@ -60,7 +60,7 @@ PLIST_SUB+= GD="@comment " .endif .if ${PORT_OPTIONS:MLUA} -USES= lua:51 +USES+= lua:51 CMAKE_ARGS+= -DLUA_EXECUTABLE:FILEPATH="${LUA_CMD}" PLIST_SUB+= LUA="" LUA_MODLIBDIR="${LUA_MODLIBDIR:S,${LUA_PREFIX}/,,}" .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405271611.s4RGBc1P088662>