Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2014 21:16:36 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360095 - head/devel/gobject-introspection
Message-ID:  <201407012116.s61LGaRN005195@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Tue Jul  1 21:16:35 2014
New Revision: 360095
URL: http://svnweb.freebsd.org/changeset/ports/360095
QAT: https://qat.redports.org/buildarchive/r360095/

Log:
  devel/gobject-introspection: convert to new LIB_DEPENDS format
  
  Approved by:	swills, marino (mentors)

Modified:
  head/devel/gobject-introspection/Makefile

Modified: head/devel/gobject-introspection/Makefile
==============================================================================
--- head/devel/gobject-introspection/Makefile	Tue Jul  1 21:08:43 2014	(r360094)
+++ head/devel/gobject-introspection/Makefile	Tue Jul  1 21:16:35 2014	(r360095)
@@ -14,7 +14,7 @@ COMMENT=	Generate interface introspectio
 
 # we need cairo otherwise the generated Cairo gir is broken
 BUILD_DEPENDS=	cairo-trace:${PORTSDIR}/graphics/cairo
-LIB_DEPENDS=	ffi:${PORTSDIR}/devel/libffi
+LIB_DEPENDS=	libffi.so:${PORTSDIR}/devel/libffi
 
 USES=		bison gettext gmake pathfix pkgconfig
 USE_XZ=		yes



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