mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
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)
This commit is contained in:
parent
2bba7514d7
commit
ba2d8c3ca0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392388
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user