Date: Tue, 24 Dec 2013 18:24:21 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337380 - head/graphics/ipe Message-ID: <201312241824.rBOIOL2d014442@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Dec 24 18:24:20 2013 New Revision: 337380 URL: http://svnweb.freebsd.org/changeset/ports/337380 Log: graphics/ipe: Unbreak by using new library specification Modified: head/graphics/ipe/Makefile Modified: head/graphics/ipe/Makefile ============================================================================== --- head/graphics/ipe/Makefile Tue Dec 24 17:48:14 2013 (r337379) +++ head/graphics/ipe/Makefile Tue Dec 24 18:24:20 2013 (r337380) @@ -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?201312241824.rBOIOL2d014442>