svn commit: r337488 - branches/2014Q1/graphics/ipe

Mathieu Arnold mat at FreeBSD.org
Thu Dec 26 13:02:52 UTC 2013


Author: mat
Date: Thu Dec 26 13:02:51 2013
New Revision: 337488
URL: http://svnweb.freebsd.org/changeset/ports/337488

Log:
  MFH: r337380
  
  graphics/ipe: Unbreak by using new library specification
  
  Approved by:	portmgr (implicit)

Modified:
  branches/2014Q1/graphics/ipe/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/graphics/ipe/Makefile
==============================================================================
--- branches/2014Q1/graphics/ipe/Makefile	Thu Dec 26 12:53:24 2013	(r337487)
+++ branches/2014Q1/graphics/ipe/Makefile	Thu Dec 26 13:02:51 2013	(r337488)
@@ -12,8 +12,8 @@ COMMENT=	Extensible vector graphics edit
 
 LICENSE=	GPLv3 # (or later)
 
-LIB_DEPENDS=	cairo:${PORTSDIR}/graphics/cairo \
-		lua-5.2:${PORTSDIR}/lang/lua52
+LIB_DEPENDS=	libcairo.so:${PORTSDIR}/graphics/cairo \
+		liblua-5.2.so:${PORTSDIR}/lang/lua52
 RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/xdg-utils
 
 OPTIONS_DEFINE=	DOCS


More information about the svn-ports-branches mailing list