diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-28 00:11:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-28 00:11:38 +0800 |
commit | 0e368d0c53deaad2aff4ac3321b608024bef863e (patch) | |
tree | 7fab72dbea93e8459c3ca21c0d43d7ffa06af109 | |
parent | 7d5171938bc7d7939b3752bae5c7ae72900eefff (diff) | |
download | freebsd-ports-gnome-0e368d0c53deaad2aff4ac3321b608024bef863e.tar.gz freebsd-ports-gnome-0e368d0c53deaad2aff4ac3321b608024bef863e.tar.zst freebsd-ports-gnome-0e368d0c53deaad2aff4ac3321b608024bef863e.zip |
Do not overwrite USES
-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 |