svn commit: r392388 - head/lang/lua53

Philip M. Gollucci pgollucci at FreeBSD.org
Fri Jul 17 17:02:14 UTC 2015


Author: pgollucci
Date: Fri Jul 17 17:02:13 2015
New Revision: 392388
URL: https://svnweb.freebsd.org/changeset/ports/392388

Log:
  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)

Modified:
  head/lang/lua53/Makefile

Modified: head/lang/lua53/Makefile
==============================================================================
--- head/lang/lua53/Makefile	Fri Jul 17 16:50:27 2015	(r392387)
+++ head/lang/lua53/Makefile	Fri Jul 17 17:02:13 2015	(r392388)
@@ -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 lan
 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


More information about the svn-ports-all mailing list