diff options
Diffstat (limited to 'lang/lua52/Makefile')
-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 |