summaryrefslogtreecommitdiffstats
path: root/graphics/libchamplain
diff options
context:
space:
mode:
authoravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2009-09-17 08:57:28 +0800
committeravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2009-09-17 08:57:28 +0800
commit8b774b2685fd0b7b89a1182b00a08595bdfd7310 (patch)
treeb1d2aace5e6d8ea8e5013f303e5a67ce08ab919b /graphics/libchamplain
parentd1a63c5002a0687a84bafc4f8bcec94cb4b2afd9 (diff)
downloadmarcuscom-ports-8b774b2685fd0b7b89a1182b00a08595bdfd7310.tar
marcuscom-ports-8b774b2685fd0b7b89a1182b00a08595bdfd7310.tar.gz
marcuscom-ports-8b774b2685fd0b7b89a1182b00a08595bdfd7310.tar.bz2
marcuscom-ports-8b774b2685fd0b7b89a1182b00a08595bdfd7310.tar.lz
marcuscom-ports-8b774b2685fd0b7b89a1182b00a08595bdfd7310.tar.xz
marcuscom-ports-8b774b2685fd0b7b89a1182b00a08595bdfd7310.tar.zst
marcuscom-ports-8b774b2685fd0b7b89a1182b00a08595bdfd7310.zip
Add a runtime dependency on gir.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12892 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/libchamplain')
-rw-r--r--graphics/libchamplain/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile
index 57939d777..56e6c79d0 100644
--- a/graphics/libchamplain/Makefile
+++ b/graphics/libchamplain/Makefile
@@ -3,19 +3,20 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/libchamplain/Makefile,v 1.7 2009/09/16 04:36:31 marcus Exp $
+# $MCom: ports/graphics/libchamplain/Makefile,v 1.8 2009/09/16 06:57:23 marcus Exp $
#
PORTNAME= libchamplain
PORTVERSION= 0.4.0
+PORTREVISION= 1
CATEGORIES= graphics
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 \
- ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20
+BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20
+RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \
clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \
soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup
@@ -29,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
# python bindings and mono need to be ported to clutter 1.0 first.
-# And clutter 1.0 versions of py-clutter and clutter-sharp need to
+# And clutter 1.0 versions of py-clutter and clutter-sharp need to
# get released upstream too.
CONFIGURE_ARGS+=--enable-managed=no