pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gobject-introspection require libffi>=3.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b63dbc8fdb5
branches:  trunk
changeset: 629717:2b63dbc8fdb5
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Jan 26 12:01:44 2014 +0000

description:
require libffi>=3.0.0

diffstat:

 devel/gobject-introspection/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4fbe06407cee -r 2b63dbc8fdb5 devel/gobject-introspection/Makefile
--- a/devel/gobject-introspection/Makefile      Sun Jan 26 11:56:56 2014 +0000
+++ b/devel/gobject-introspection/Makefile      Sun Jan 26 12:01:44 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2014/01/25 10:30:01 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2014/01/26 12:01:44 obache Exp $
 
 DISTNAME=      gobject-introspection-1.38.0
 PKGREVISION=   1
@@ -49,6 +49,7 @@
 
 BUILDLINK_API_DEPENDS.glib2+= glib2>=2.36.0
 .include "../../devel/glib2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libffi+= libffi>=3.0.0
 .include "../../devel/libffi/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"



Home | Main Index | Thread Index | Old Index