Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2014 13:47:08 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360369 - head/devel/llvm32
Message-ID:  <201407031347.s63Dl8N7066391@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Thu Jul  3 13:47:08 2014
New Revision: 360369
URL: http://svnweb.freebsd.org/changeset/ports/360369
QAT: https://qat.redports.org/buildarchive/r360369/

Log:
  devel/llvm32: convert to new LIB_DEPENDS format
  
  Approved by:	marino (mentor), portmgr (blanket)

Modified:
  head/devel/llvm32/Makefile

Modified: head/devel/llvm32/Makefile
==============================================================================
--- head/devel/llvm32/Makefile	Thu Jul  3 13:40:52 2014	(r360368)
+++ head/devel/llvm32/Makefile	Thu Jul  3 13:47:08 2014	(r360369)
@@ -11,7 +11,7 @@ PKGNAMESUFFIX=	${LLVM_SUFFIX}
 MAINTAINER=	brooks@FreeBSD.org
 COMMENT=	The LLVM Compiler Infrastructure
 
-LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo
+LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
 
 LLVM_SUFFIX=	${PORTVERSION:S/.//g}
 LLVM_PREFIX=	${PREFIX}/llvm${LLVM_SUFFIX}



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