summaryrefslogtreecommitdiff
path: root/math/plplot
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-27 16:11:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-27 16:11:38 +0000
commit92d2225b8092d29c978be8dd8157be42c29f22d3 (patch)
tree7fab72dbea93e8459c3ca21c0d43d7ffa06af109 /math/plplot
parentFix make checksum (diff)
Do not overwrite USES
Notes
Notes: svn path=/head/; revision=355539
Diffstat (limited to 'math/plplot')
-rw-r--r--math/plplot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile
index 6f6fc4db062b..d1924eb2fd58 100644
--- a/math/plplot/Makefile
+++ b/math/plplot/Makefile
@@ -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