diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2015-07-16 18:35:33 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2015-07-16 18:35:33 +0000 |
commit | 1d0c6d6f85076ce6cb03a0ed62bf706f00b1b109 (patch) | |
tree | 1bd8a2efe9455d86117346ba60d09752e16b19e3 /lang/lua53/Makefile | |
parent | d4c8d330928aaafaf9f5c4791524d9baf5d31eba (diff) | |
download | ports-1d0c6d6f85076ce6cb03a0ed62bf706f00b1b109.tar.gz ports-1d0c6d6f85076ce6cb03a0ed62bf706f00b1b109.zip |
Notes
Diffstat (limited to 'lang/lua53/Makefile')
-rw-r--r-- | lang/lua53/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/lua53/Makefile b/lang/lua53/Makefile index a07f7fe89304..48198d2c31be 100644 --- a/lang/lua53/Makefile +++ b/lang/lua53/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lua -PORTVERSION= 5.3.0 +PORTVERSION= 5.3.1 CATEGORIES= lang MASTER_SITES= http://www.lua.org/ftp/ PKGNAMESUFFIX= 53 @@ -13,7 +13,7 @@ COMMENT= Small, compilable scripting language providing easy access to C code LICENSE= MIT LUA_VER= 5.3 -LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit +LIB_DEPENDS= libedit.so:${PORTSDIR}/devel/libedit USE_LDCONFIG= yes # Overriding __MAKE_CONF makes sure that we don't re-parse |