diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-22 23:11:23 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-22 23:11:23 +0800 |
commit | 0d2345bcf8e48a2ead65837f7c696bb11480e615 (patch) | |
tree | 3cfda10c84527c171f98ebda53d43ca097cbd65a /devel | |
parent | 0068ab2d39e00c64055e0a0fcb958e6939f1b4fb (diff) | |
download | marcuscom-ports-0d2345bcf8e48a2ead65837f7c696bb11480e615.tar marcuscom-ports-0d2345bcf8e48a2ead65837f7c696bb11480e615.tar.gz marcuscom-ports-0d2345bcf8e48a2ead65837f7c696bb11480e615.tar.bz2 marcuscom-ports-0d2345bcf8e48a2ead65837f7c696bb11480e615.tar.lz marcuscom-ports-0d2345bcf8e48a2ead65837f7c696bb11480e615.tar.xz marcuscom-ports-0d2345bcf8e48a2ead65837f7c696bb11480e615.tar.zst marcuscom-ports-0d2345bcf8e48a2ead65837f7c696bb11480e615.zip |
Add depend on cairo.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14067 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gobject-introspection/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 71b2e464d..0790a8d05 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.6 2010/03/20 01:16:54 marcus Exp $ +# $MCom: ports/devel/gobject-introspection/Makefile,v 1.7 2010/04/19 14:36:10 kwm Exp $ # PORTNAME= gobject-introspection @@ -16,7 +16,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Generate interface introspection data for GObject libraries BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex -LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi +LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi \ + cairo.2:${PORTSDIR}/graphics/cairo USE_BZIP2= yes GNU_CONFIGURE= yes |