summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-02-28 09:24:17 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-02-28 09:24:17 +0800
commit25a0b0e829bee815ea7b43f1ca6506fecbc2cabc (patch)
tree13993c5e6f197339ec5b5902b64c5c52708d79ea
parent0111de538a7cc12339b777c08483820ec7bf0e24 (diff)
downloadmarcuscom-ports-25a0b0e829bee815ea7b43f1ca6506fecbc2cabc.tar
marcuscom-ports-25a0b0e829bee815ea7b43f1ca6506fecbc2cabc.tar.gz
marcuscom-ports-25a0b0e829bee815ea7b43f1ca6506fecbc2cabc.tar.bz2
marcuscom-ports-25a0b0e829bee815ea7b43f1ca6506fecbc2cabc.tar.lz
marcuscom-ports-25a0b0e829bee815ea7b43f1ca6506fecbc2cabc.tar.xz
marcuscom-ports-25a0b0e829bee815ea7b43f1ca6506fecbc2cabc.tar.zst
marcuscom-ports-25a0b0e829bee815ea7b43f1ca6506fecbc2cabc.zip
Pango also has a RUN_DEPENDS on gobject-introspection.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13735 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11-toolkits/pango/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index afd3dcaf4..35f4dd087 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -3,12 +3,12 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/pango/Makefile,v 1.151 2010/02/25 16:55:56 kwm Exp $
+# $MCom: ports/x11-toolkits/pango/Makefile,v 1.152 2010/02/26 00:53:57 kwm Exp $
#
PORTNAME= pango
PORTVERSION= 1.27.1
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME \
ftp://ftp.gtk.org/pub/pango/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/
@@ -25,7 +25,8 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/freetype2.pc:${PORTSDIR}/print/fre
g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \
- ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT}
+ ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} \
+ ${LOCALBASE}/lib/girepository-1.0/GObject-2.0.typelib:${PORTSDIR}/devel/gobject-introspection
USE_GETTEXT= yes
USE_GMAKE= yes