aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-07-19 22:38:43 +0800
committerbapt <bapt@FreeBSD.org>2015-07-19 22:38:43 +0800
commita2a41d5045776e0144c6f657d4088ec552781002 (patch)
tree385c772d113c17b660b50ddbdd1a36b014fa58ba
parentd8b3f2aa4c6aa941a864899c8f34a478b41d711f (diff)
downloadfreebsd-ports-gnome-a2a41d5045776e0144c6f657d4088ec552781002.tar.gz
freebsd-ports-gnome-a2a41d5045776e0144c6f657d4088ec552781002.tar.zst
freebsd-ports-gnome-a2a41d5045776e0144c6f657d4088ec552781002.zip
Convert to USES=libedit
-rw-r--r--lang/lua51/Makefile2
-rw-r--r--lang/lua52/Makefile2
-rw-r--r--lang/lua53/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/lua51/Makefile b/lang/lua51/Makefile
index a2c1140856f0..08556a45dee8 100644
--- a/lang/lua51/Makefile
+++ b/lang/lua51/Makefile
@@ -13,8 +13,8 @@ COMMENT= Small, compilable scripting language providing easy access to C code
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
diff --git a/lang/lua52/Makefile b/lang/lua52/Makefile
index eff60af9e418..02beccac1b2a 100644
--- a/lang/lua52/Makefile
+++ b/lang/lua52/Makefile
@@ -12,8 +12,8 @@ COMMENT= Small, compilable scripting language providing easy access to C code
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
diff --git a/lang/lua53/Makefile b/lang/lua53/Makefile
index 5b27ec28d36f..3bb20ede5d42 100644
--- a/lang/lua53/Makefile
+++ b/lang/lua53/Makefile
@@ -13,8 +13,8 @@ COMMENT= Small, compilable scripting language providing easy access to C code
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