diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-19 14:38:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-19 14:38:43 +0000 |
commit | 086f7f854a4b90a046dd32be0e1ff5b2063b9141 (patch) | |
tree | 385c772d113c17b660b50ddbdd1a36b014fa58ba /lang/lua52 | |
parent | 4e2de50b4d5eafad06e9238e1264f81c91edb00f (diff) | |
download | ports-086f7f854a4b90a046dd32be0e1ff5b2063b9141.tar.gz ports-086f7f854a4b90a046dd32be0e1ff5b2063b9141.zip |
Notes
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 |