svn commit: r434311 - head/net/luasocket

David Thiel lx at FreeBSD.org
Fri Feb 17 19:36:12 UTC 2017


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}`


More information about the svn-ports-head mailing list