svn commit: r392509 - in head/lang: lua51 lua52 lua53

Baptiste Daroussin bapt at FreeBSD.org
Sun Jul 19 14:38:45 UTC 2015


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


More information about the svn-ports-head mailing list