Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2014 18:14:24 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363750 - head/devel/cutter
Message-ID:  <201408011814.s71IEOqD031177@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Aug  1 18:14:24 2014
New Revision: 363750
URL: http://svnweb.freebsd.org/changeset/ports/363750
QAT: https://qat.redports.org/buildarchive/r363750/

Log:
  Fix LIB_DEPENDS

Modified:
  head/devel/cutter/Makefile

Modified: head/devel/cutter/Makefile
==============================================================================
--- head/devel/cutter/Makefile	Fri Aug  1 18:09:33 2014	(r363749)
+++ head/devel/cutter/Makefile	Fri Aug  1 18:14:24 2014	(r363750)
@@ -11,7 +11,7 @@ MAINTAINER=	romain@FreeBSD.org
 COMMENT=	Unit Testing Framework for C and C++
 
 LIB_DEPENDS=	libcairo.so:${PORTSDIR}/graphics/cairo \
-		libpangocairo.so:${PORTSDIR}/x11-toolkits/pango
+		libpangocairo-1.0.so:${PORTSDIR}/x11-toolkits/pango
 
 CPPFLAGS+=	"-I${LOCALBASE}/include"
 CONFIGURE_ARGS=	--disable-gtk-doc-html --with-html-dir=${PREFIX}/share/doc



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