Date: Sun, 19 Jul 2015 14:38:44 +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: r392509 - in head/lang: lua51 lua52 lua53 Message-ID: <201507191438.t6JEcioh002759@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Jul 19 14:38:43 2015 New Revision: 392509 URL: https://svnweb.freebsd.org/changeset/ports/392509 Log: Convert to USES=libedit Modified: head/lang/lua51/Makefile head/lang/lua52/Makefile head/lang/lua53/Makefile Modified: head/lang/lua51/Makefile ============================================================================== --- head/lang/lua51/Makefile Sun Jul 19 14:37:20 2015 (r392508) +++ head/lang/lua51/Makefile Sun Jul 19 14:38:43 2015 (r392509) @@ -13,8 +13,8 @@ COMMENT= Small, compilable scripting lan LICENSE= MIT +USES= libedit LUA_VER= 5.1 -LIB_DEPENDS+= libedit.so.0:${PORTSDIR}/devel/libedit USE_LDCONFIG= yes # Overriding __MAKE_CONF makes sure that we don't re-parse Modified: head/lang/lua52/Makefile ============================================================================== --- head/lang/lua52/Makefile Sun Jul 19 14:37:20 2015 (r392508) +++ head/lang/lua52/Makefile Sun Jul 19 14:38:43 2015 (r392509) @@ -12,8 +12,8 @@ COMMENT= Small, compilable scripting lan LICENSE= MIT +USES= libedit LUA_VER= 5.2 -LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit USE_LDCONFIG= yes # Overriding __MAKE_CONF makes sure that we don't re-parse Modified: head/lang/lua53/Makefile ============================================================================== --- head/lang/lua53/Makefile Sun Jul 19 14:37:20 2015 (r392508) +++ head/lang/lua53/Makefile Sun Jul 19 14:38:43 2015 (r392509) @@ -13,8 +13,8 @@ COMMENT= Small, compilable scripting lan LICENSE= MIT +USES= libedit LUA_VER= 5.3 -LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit USE_LDCONFIG= yes # Overriding __MAKE_CONF makes sure that we don't re-parse
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507191438.t6JEcioh002759>