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/lua52 | |
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/lua52')
-rw-r--r-- | lang/lua52/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |