diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-09-19 06:23:15 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-09-19 06:23:15 +0800 |
commit | 01aaa90320584acd89abbd07e17664425eb6b839 (patch) | |
tree | df543ad829ec80ed748ee08bc100507080766b17 /devel | |
parent | 68726ed5f7a48a075b9d128818db2cb312ac4c14 (diff) | |
download | marcuscom-ports-01aaa90320584acd89abbd07e17664425eb6b839.tar marcuscom-ports-01aaa90320584acd89abbd07e17664425eb6b839.tar.gz marcuscom-ports-01aaa90320584acd89abbd07e17664425eb6b839.tar.bz2 marcuscom-ports-01aaa90320584acd89abbd07e17664425eb6b839.tar.lz marcuscom-ports-01aaa90320584acd89abbd07e17664425eb6b839.tar.xz marcuscom-ports-01aaa90320584acd89abbd07e17664425eb6b839.tar.zst marcuscom-ports-01aaa90320584acd89abbd07e17664425eb6b839.zip |
Cairo is a build depend. Otherwise the cairo gir's aren't made correctly.
which results in the librsvg2 build failure. Also add USE_PKGCONFIG=build
Submitted by: Romain Tartiere <romain@blogreen.org>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17070 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gobject-introspection/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 219c0ae58..9d62c1ff7 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -3,7 +3,7 @@ # Whom: Alexander Logvinov <avl@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gobject-introspection/Makefile,v 1.46 2012/05/15 15:19:32 kwm Exp $ +# $MCom: ports/devel/gobject-introspection/Makefile,v 1.47 2012/08/04 09:41:25 kwm Exp $ # PORTNAME= gobject-introspection @@ -16,12 +16,14 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Generate interface introspection data for GObject libraries +BUILD_DEPENDS= cairo-trace:${PORTSDIR}/graphics/cairo LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi USE_XZ= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehier gnomehack glib20 ltverhack +USE_PKGCONFIG= build USE_PYTHON= -2.7 USE_BISON= build USE_GETTEXT= yes |