Sun Jan 26 12:01:44 2014 UTC ()
require libffi>=3.0.0


(obache)
diff -r1.37 -r1.38 pkgsrc/devel/gobject-introspection/Makefile

cvs diff -r1.37 -r1.38 pkgsrc/devel/gobject-introspection/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/gobject-introspection/Makefile 2014/01/25 10:30:01 1.37
+++ pkgsrc/devel/gobject-introspection/Makefile 2014/01/26 12:01:44 1.38
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.37 2014/01/25 10:30:01 wiz Exp $ 1# $NetBSD: Makefile,v 1.38 2014/01/26 12:01:44 obache Exp $
2 2
3DISTNAME= gobject-introspection-1.38.0 3DISTNAME= gobject-introspection-1.38.0
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= devel gnome 5CATEGORIES= devel gnome
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gobject-introspection/${PKGVERSION_NOREV:R}/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gobject-introspection/${PKGVERSION_NOREV:R}/}
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://live.gnome.org/GObjectIntrospection 10HOMEPAGE= http://live.gnome.org/GObjectIntrospection
11COMMENT= GObject Introspection 11COMMENT= GObject Introspection
12LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 12LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2
13 13
14DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree 14DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
@@ -39,17 +39,18 @@ SUBST_SED.timet+= -e 's,@TIMET_CTYPE@,gl @@ -39,17 +39,18 @@ SUBST_SED.timet+= -e 's,@TIMET_CTYPE@,gl
39# not executable 39# not executable
40CHECK_INTERPRETER_SKIP+= lib/gobject-introspection/giscanner/*.py 40CHECK_INTERPRETER_SKIP+= lib/gobject-introspection/giscanner/*.py
41 41
42PKGCONFIG_OVERRIDE+= gobject-introspection-1.0.pc.in 42PKGCONFIG_OVERRIDE+= gobject-introspection-1.0.pc.in
43 43
44CONFIGURE_ARGS+= --disable-doctool --disable-tests 44CONFIGURE_ARGS+= --disable-doctool --disable-tests
45# needed for tests only 45# needed for tests only
46#.include "../../graphics/cairo/buildlink3.mk" 46#.include "../../graphics/cairo/buildlink3.mk"
47#.include "../../graphics/cairo-gobject/buildlink3.mk" 47#.include "../../graphics/cairo-gobject/buildlink3.mk"
48#TEST_TARGET= check 48#TEST_TARGET= check
49 49
50BUILDLINK_API_DEPENDS.glib2+= glib2>=2.36.0 50BUILDLINK_API_DEPENDS.glib2+= glib2>=2.36.0
51.include "../../devel/glib2/buildlink3.mk" 51.include "../../devel/glib2/buildlink3.mk"
 52BUILDLINK_API_DEPENDS.libffi+= libffi>=3.0.0
52.include "../../devel/libffi/buildlink3.mk" 53.include "../../devel/libffi/buildlink3.mk"
53.include "../../lang/python/application.mk" 54.include "../../lang/python/application.mk"
54.include "../../lang/python/extension.mk" 55.include "../../lang/python/extension.mk"
55.include "../../mk/bsd.pkg.mk" 56.include "../../mk/bsd.pkg.mk"