diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-09 12:49:39 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-09 12:49:39 +0800 |
commit | ffa39619135cc4a0cd4f03d682542e12dc069043 (patch) | |
tree | 1b79e067cab3ca4f371843315574547f8c516528 /x11-toolkits/pango | |
parent | 9cd7e988f4052e5afec7896393bf1fd0443b6e72 (diff) | |
download | marcuscom-ports-ffa39619135cc4a0cd4f03d682542e12dc069043.tar marcuscom-ports-ffa39619135cc4a0cd4f03d682542e12dc069043.tar.gz marcuscom-ports-ffa39619135cc4a0cd4f03d682542e12dc069043.tar.bz2 marcuscom-ports-ffa39619135cc4a0cd4f03d682542e12dc069043.tar.lz marcuscom-ports-ffa39619135cc4a0cd4f03d682542e12dc069043.tar.xz marcuscom-ports-ffa39619135cc4a0cd4f03d682542e12dc069043.tar.zst marcuscom-ports-ffa39619135cc4a0cd4f03d682542e12dc069043.zip |
- Chase libversion bump in cairo. (small api change for 1.0 release).
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4438 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/pango')
-rw-r--r-- | x11-toolkits/pango/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index df8293157..0184984e5 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -3,11 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/pango/Makefile,v 1.38 2005/07/01 18:11:44 marcus Exp $ +# $MCom: ports/x11-toolkits/pango/Makefile,v 1.39 2005/07/27 04:49:13 ahze Exp $ # PORTNAME= pango PORTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/1.9,} \ ftp://ftp.gtk.org/pub/gtk/v2.7/ @@ -18,7 +19,7 @@ COMMENT= An open-source framework for the layout and rendering of i18n text BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft \ - cairo.1:${PORTSDIR}/graphics/cairo + cairo.2:${PORTSDIR}/graphics/cairo RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \ ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} |