diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2015-07-17 17:02:13 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2015-07-17 17:02:13 +0000 |
commit | ba2d8c3ca0e31ee751df59d7c17d3164399b07fa (patch) | |
tree | aea7764d61dc3624f9f83a4d74d2f909e1fc8801 /lang | |
parent | 2bba7514d7e556c998876125699ee321b166eef2 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/lua53/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/lua53/Makefile b/lang/lua53/Makefile index 48198d2c31be..5b27ec28d36f 100644 --- a/lang/lua53/Makefile +++ b/lang/lua53/Makefile @@ -3,6 +3,7 @@ PORTNAME= lua PORTVERSION= 5.3.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.lua.org/ftp/ PKGNAMESUFFIX= 53 @@ -13,7 +14,7 @@ COMMENT= Small, compilable scripting language providing easy access to C code LICENSE= MIT LUA_VER= 5.3 -LIB_DEPENDS= libedit.so:${PORTSDIR}/devel/libedit +LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit USE_LDCONFIG= yes # Overriding __MAKE_CONF makes sure that we don't re-parse |