svn commit: r353893 - head/graphics/cegui

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 12 20:41:05 UTC 2014


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 at 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


More information about the svn-ports-head mailing list