Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 20:41:05 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353893 - head/graphics/cegui
Message-ID:  <201405122041.s4CKf5io042968@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon May 12 20:41:05 2014
New Revision: 353893
URL: http://svnweb.freebsd.org/changeset/ports/353893
QAT: https://qat.redports.org/buildarchive/r353893/

Log:
  - Use new LIB_DEPENDS syntax
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/cegui/Makefile

Modified: head/graphics/cegui/Makefile
==============================================================================
--- head/graphics/cegui/Makefile	Mon May 12 20:14:01 2014	(r353892)
+++ head/graphics/cegui/Makefile	Mon May 12 20:41:05 2014	(r353893)
@@ -11,9 +11,9 @@ MAINTAINER=	oliver@FreeBSD.org
 COMMENT=	A library providing windowing and widgets for graphics APIs
 
 LIB_DEPENDS=	libIL.so:${PORTSDIR}/graphics/devil \
-		pcre.3:${PORTSDIR}/devel/pcre \
+		libpcre.so:${PORTSDIR}/devel/pcre \
 		libfreetype.so:${PORTSDIR}/print/freetype2 \
-		execinfo:${PORTSDIR}/devel/libexecinfo
+		libexecinfo.so:${PORTSDIR}/devel/libexecinfo
 BUILD_DEPENDS=	${LOCALBASE}/lib/libOgreMain.so.1.9.0:${PORTSDIR}/graphics/ogre3d \
 		${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm
 RUN_DEPENDS=	${LOCALBASE}/lib/libOgreMain.so.1.9.0:${PORTSDIR}/graphics/ogre3d



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