From owner-svn-ports-head@freebsd.org Fri Feb 17 19:36:12 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E95BCE31E3; Fri, 17 Feb 2017 19:36:12 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BD29104D; Fri, 17 Feb 2017 19:36:12 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HJaBLW074854; Fri, 17 Feb 2017 19:36:11 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HJaBrH074853; Fri, 17 Feb 2017 19:36:11 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201702171936.v1HJaBrH074853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Fri, 17 Feb 2017 19:36:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434311 - head/net/luasocket X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 19:36:12 -0000 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}`