aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-05-28 00:11:38 +0800
committerbapt <bapt@FreeBSD.org>2014-05-28 00:11:38 +0800
commit0e368d0c53deaad2aff4ac3321b608024bef863e (patch)
tree7fab72dbea93e8459c3ca21c0d43d7ffa06af109 /math
parent7d5171938bc7d7939b3752bae5c7ae72900eefff (diff)
downloadfreebsd-ports-gnome-0e368d0c53deaad2aff4ac3321b608024bef863e.tar.gz
freebsd-ports-gnome-0e368d0c53deaad2aff4ac3321b608024bef863e.tar.zst
freebsd-ports-gnome-0e368d0c53deaad2aff4ac3321b608024bef863e.zip
Do not overwrite USES
Diffstat (limited to 'math')
-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