diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-04-19 22:28:29 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-04-19 22:28:29 +0800 |
commit | f007b3f3c954939b9c997e082969324dfeeed4b6 (patch) | |
tree | fd53b0a1c1bea363f2725e1cdcbf1e50471eabd7 /graphics | |
parent | 192475803b6ebf7cfc067e1eea316669c1ebbee0 (diff) | |
download | marcuscom-ports-f007b3f3c954939b9c997e082969324dfeeed4b6.tar marcuscom-ports-f007b3f3c954939b9c997e082969324dfeeed4b6.tar.gz marcuscom-ports-f007b3f3c954939b9c997e082969324dfeeed4b6.tar.bz2 marcuscom-ports-f007b3f3c954939b9c997e082969324dfeeed4b6.tar.lz marcuscom-ports-f007b3f3c954939b9c997e082969324dfeeed4b6.tar.xz marcuscom-ports-f007b3f3c954939b9c997e082969324dfeeed4b6.tar.zst marcuscom-ports-f007b3f3c954939b9c997e082969324dfeeed4b6.zip |
Chase pixman libver
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10880 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 8fcae3ba7..b949bd759 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,12 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.74 2008/04/07 19:58:00 ahze Exp $ +# $MCom: ports/graphics/cairo/Makefile,v 1.75 2008/04/13 16:44:59 ahze Exp $ # PORTNAME= cairo PORTVERSION= 1.6.4 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH?= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -22,7 +22,7 @@ COMMENT= Vector graphics library with cross-device output support LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ png.5:${PORTSDIR}/graphics/png \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - pixman-1.10:${PORTSDIR}/x11/pixman + pixman-1.9:${PORTSDIR}/x11/pixman CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ --enable-pdf \ |