diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-20 00:59:25 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-20 00:59:25 +0800 |
commit | 7618d8d44914bf635b71ce50f9ba9485c305844f (patch) | |
tree | 967c6a81ddc8c26709aedb2acd6a3b4d39dce744 /devel/gobject-introspection/Makefile | |
parent | e8ff288f2357834275f084c2e764f607457e9c68 (diff) | |
download | marcuscom-ports-7618d8d44914bf635b71ce50f9ba9485c305844f.tar marcuscom-ports-7618d8d44914bf635b71ce50f9ba9485c305844f.tar.gz marcuscom-ports-7618d8d44914bf635b71ce50f9ba9485c305844f.tar.bz2 marcuscom-ports-7618d8d44914bf635b71ce50f9ba9485c305844f.tar.lz marcuscom-ports-7618d8d44914bf635b71ce50f9ba9485c305844f.tar.xz marcuscom-ports-7618d8d44914bf635b71ce50f9ba9485c305844f.tar.zst marcuscom-ports-7618d8d44914bf635b71ce50f9ba9485c305844f.zip |
Update to 1.34.1.1.
This fixes build issues with glib 2.34 series.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17129 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gobject-introspection/Makefile')
-rw-r--r-- | devel/gobject-introspection/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 9d62c1ff7..0681626e9 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -1,14 +1,9 @@ -# New ports collection makefile for: gobject-introspection -# Date created: 19 July 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# +# Created by: Alexander Logvinov <avl@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/devel/gobject-introspection/Makefile,v 1.47 2012/08/04 09:41:25 kwm Exp $ -# +# $MCom: ports/devel/gobject-introspection/Makefile,v 1.48 2012/09/18 22:23:15 kwm Exp $ PORTNAME= gobject-introspection -PORTVERSION= 1.32.1 -PORTREVISION= 1 +PORTVERSION= 1.34.1.1 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,6 +11,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Generate interface introspection data for GObject libraries +# we need cairo otherwise the generated Cairo gir is broken BUILD_DEPENDS= cairo-trace:${PORTSDIR}/graphics/cairo LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi |