svn commit: r363750 - head/devel/cutter

Antoine Brodin antoine at FreeBSD.org
Fri Aug 1 18:14:25 UTC 2014


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


More information about the svn-ports-all mailing list