diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-16 00:58:10 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-16 00:58:10 +0800 |
commit | 42e91cfeecf5747ecc6bc681317f1bd993bbf3c4 (patch) | |
tree | acd60e6308ea19a5f99b76fed21a63d9b5443d10 /graphics/libchamplain | |
parent | 0800bf2f81621368f7ec5871cce212cc63cd1b4e (diff) | |
download | marcuscom-ports-42e91cfeecf5747ecc6bc681317f1bd993bbf3c4.tar marcuscom-ports-42e91cfeecf5747ecc6bc681317f1bd993bbf3c4.tar.gz marcuscom-ports-42e91cfeecf5747ecc6bc681317f1bd993bbf3c4.tar.bz2 marcuscom-ports-42e91cfeecf5747ecc6bc681317f1bd993bbf3c4.tar.lz marcuscom-ports-42e91cfeecf5747ecc6bc681317f1bd993bbf3c4.tar.xz marcuscom-ports-42e91cfeecf5747ecc6bc681317f1bd993bbf3c4.tar.zst marcuscom-ports-42e91cfeecf5747ecc6bc681317f1bd993bbf3c4.zip |
Add a missing BUIL_DEPENDS on gir-repository.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12878 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/libchamplain')
-rw-r--r-- | graphics/libchamplain/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile index 2a4d06d86..44f1367fb 100644 --- a/graphics/libchamplain/Makefile +++ b/graphics/libchamplain/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/libchamplain/Makefile,v 1.3 2009/08/24 16:29:37 kwm Exp $ +# $MCom: ports/graphics/libchamplain/Makefile,v 1.4 2009/09/06 11:28:37 kwm Exp $ # PORTNAME= libchamplain @@ -14,7 +14,8 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= A C library aimed to provide a Gtk+ widget to display rasterized maps and markers -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection +BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ + ${LOCALBASE}/share/gir-1.0/PangoCairo-1.0.gir:${PORTSDIR}/devel/gir-repository LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \ soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup |