Date: Fri, 17 Feb 2017 19:36:11 +0000 (UTC) From: David Thiel <lx@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434311 - head/net/luasocket Message-ID: <201702171936.v1HJaBrH074853@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lx Date: Fri Feb 17 19:36:11 2017 New Revision: 434311 URL: https://svnweb.freebsd.org/changeset/ports/434311 Log: Prepare for more sensible slave port Reported by: lifanof Modified: head/net/luasocket/Makefile Modified: head/net/luasocket/Makefile ============================================================================== --- head/net/luasocket/Makefile Fri Feb 17 18:54:19 2017 (r434310) +++ head/net/luasocket/Makefile Fri Feb 17 19:36:11 2017 (r434311) @@ -19,7 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= diegonehab MAKE_ARGS= LUAV=${LUA_VER} -USES= gmake lua pkgconfig +USES?= gmake lua pkgconfig INSTALL_TARGET= install-unix CFLAGS+= `pkgconf --cflags lua-${LUA_VER}`
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702171936.v1HJaBrH074853>