diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-27 16:11:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-27 16:11:38 +0000 |
commit | 92d2225b8092d29c978be8dd8157be42c29f22d3 (patch) | |
tree | 7fab72dbea93e8459c3ca21c0d43d7ffa06af109 /math/plplot | |
parent | Fix make checksum (diff) |
Do not overwrite USES
Notes
Notes:
svn path=/head/; revision=355539
Diffstat (limited to 'math/plplot')
-rw-r--r-- | math/plplot/Makefile | 2 |
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 |