diff options
author | bapt <bapt@FreeBSD.org> | 2015-07-19 22:38:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-07-19 22:38:43 +0800 |
commit | a2a41d5045776e0144c6f657d4088ec552781002 (patch) | |
tree | 385c772d113c17b660b50ddbdd1a36b014fa58ba /lang/lua51 | |
parent | d8b3f2aa4c6aa941a864899c8f34a478b41d711f (diff) | |
download | freebsd-ports-gnome-a2a41d5045776e0144c6f657d4088ec552781002.tar.gz freebsd-ports-gnome-a2a41d5045776e0144c6f657d4088ec552781002.tar.zst freebsd-ports-gnome-a2a41d5045776e0144c6f657d4088ec552781002.zip |
Convert to USES=libedit
Diffstat (limited to 'lang/lua51')
-rw-r--r-- | lang/lua51/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |