Date: Mon, 26 May 2014 15:49:05 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355394 - head/Mk Message-ID: <201405261549.s4QFn5Gp006957@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon May 26 15:49:05 2014 New Revision: 355394 URL: http://svnweb.freebsd.org/changeset/ports/355394 QAT: https://qat.redports.org/buildarchive/r355394/ Log: Remove bsd.lua.mk and USE_LUA support please use USES=lua Deleted: head/Mk/bsd.lua.mk Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Mon May 26 15:40:05 2014 (r355393) +++ head/Mk/bsd.port.mk Mon May 26 15:49:05 2014 (r355394) @@ -423,9 +423,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # that the port needs MATE. Implies inclusion of # bsd.mate.mk. See bsd.mate.mk for more details. ## -# USE_LUA - If set, this port uses the Lua library and related -# components. See bsd.lua.mk for more details. -## # USE_WX - If set, this port uses the WxWidgets library and related # components. See bsd.wx.mk for more details. ## @@ -1497,10 +1494,6 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/ .include "${PORTSDIR}/Mk/bsd.mate.mk" .endif -.if defined(WANT_LUA) || defined(USE_LUA) || defined(USE_LUA_NOT) -.include "${PORTSDIR}/Mk/bsd.lua.mk" -.endif - .if defined(WANT_WX) || defined(USE_WX) || defined(USE_WX_NOT) .include "${PORTSDIR}/Mk/bsd.wx.mk" .endif @@ -1914,10 +1907,6 @@ IGNORE= Do not define STAGEDIR in comman .include "${PORTSDIR}/Mk/bsd.python.mk" .endif -.if defined(USE_LUA) || defined(USE_LUA_NOT) -.include "${PORTSDIR}/Mk/bsd.lua.mk" -.endif - .if defined(USE_WX) || defined(USE_WX_NOT) .include "${PORTSDIR}/Mk/bsd.wx.mk" .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405261549.s4QFn5Gp006957>