From aff21f3f5b38fc3b49e3fbfdccd1d5dd60bdf44d Mon Sep 17 00:00:00 2001 From: pgollucci Date: Fri, 17 Jul 2015 17:02:13 +0000 Subject: lang/lua53: fix dependencies Prevent /usr/lib/libedit.so from being used over /usr/local/lib/libedit.so.0 from devel/libedit Note: libedit should be made into a USES Reported by: sunpoet Pointy hat to: myself (pgollucci) --- lang/lua53/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/lua53') 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 -- cgit