aboutsummaryrefslogtreecommitdiff
path: root/archivers/lua51-zlib/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-02-22 12:59:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-02-22 12:59:28 +0000
commita08939f4dc38915b70c8fb523d72437a5faa1ba4 (patch)
tree46236500d0a2cebd0eaa222e53a7ecb5e2ee3cb7 /archivers/lua51-zlib/Makefile
parentf1deabd6a0dda007eaf71d9ebae38725eb64fb30 (diff)
downloadports-a08939f4dc38915b70c8fb523d72437a5faa1ba4.tar.gz
ports-a08939f4dc38915b70c8fb523d72437a5faa1ba4.zip
Remove useless dependency on GNU make
Those ports builds perfectly fine with bmake
Notes
Notes: svn path=/head/; revision=434582
Diffstat (limited to 'archivers/lua51-zlib/Makefile')
-rw-r--r--archivers/lua51-zlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/lua51-zlib/Makefile b/archivers/lua51-zlib/Makefile
index 694da36b02ce..4ba892c370f3 100644
--- a/archivers/lua51-zlib/Makefile
+++ b/archivers/lua51-zlib/Makefile
@@ -16,7 +16,7 @@ USE_GITHUB= yes
GH_ACCOUNT= brimworks
GH_PROJECT= lua-zlib
-USES= gmake lua:51
+USES= lua:51
ALL_TARGET= bsd
MAKE_ENV+= LUAPATH="${LOCALBASE}"