diff options
author | garga <garga@FreeBSD.org> | 2011-11-05 04:01:16 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2011-11-05 04:01:16 +0800 |
commit | dd3375616fb62ac4fab1d9ba46f145a7e915b106 (patch) | |
tree | d1fb009ffac1bcceab20e1cf135fc58edd96b04b /lang | |
parent | 5bea82ee2401e30e7e7624b6fba182f6edf7e28c (diff) | |
download | freebsd-ports-gnome-dd3375616fb62ac4fab1d9ba46f145a7e915b106.tar.gz freebsd-ports-gnome-dd3375616fb62ac4fab1d9ba46f145a7e915b106.tar.zst freebsd-ports-gnome-dd3375616fb62ac4fab1d9ba46f145a7e915b106.zip |
- Remove gmake as a dependency, it's not necessary
PR: ports/162279
Submitted by: Lyndon Nerenberg <lyndon@orthanc.ca>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/lua/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index 62d895442d86..1d0ced8368ec 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -27,7 +27,6 @@ USE_GNOME= pkgconfig USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes MAKE_ENV= LUA_SONAME="liblua-${LUA_VER}.so.${LUA_VER_SH}" -USE_GMAKE= yes MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1 DOCSDIR= ${PREFIX}/share/doc/${LUA_SUBDIR} |