Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2013 13:02:51 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r337488 - branches/2014Q1/graphics/ipe
Message-ID:  <201312261302.rBQD2pfh083546@svn.freebsd.org>

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



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