Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jul 2015 17:02:14 +0000 (UTC)
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392388 - head/lang/lua53
Message-ID:  <201507171702.t6HH2Eje085992@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507171702.t6HH2Eje085992>