svn commit: r355539 - head/math/plplot

Baptiste Daroussin bapt at FreeBSD.org
Tue May 27 16:11:38 UTC 2014


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


More information about the svn-ports-all mailing list