diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-28 18:32:00 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-28 18:32:00 +0800 |
commit | cd39c6d9ebeda772018246a6c624c528c3f53cdb (patch) | |
tree | e115ccd03581d54c0b3fdb60b5e6c3fa21ac27af /graphics/cairo | |
parent | fde108174f25ae199c23f0aa042251823c4def0c (diff) | |
download | marcuscom-ports-cd39c6d9ebeda772018246a6c624c528c3f53cdb.tar marcuscom-ports-cd39c6d9ebeda772018246a6c624c528c3f53cdb.tar.gz marcuscom-ports-cd39c6d9ebeda772018246a6c624c528c3f53cdb.tar.bz2 marcuscom-ports-cd39c6d9ebeda772018246a6c624c528c3f53cdb.tar.lz marcuscom-ports-cd39c6d9ebeda772018246a6c624c528c3f53cdb.tar.xz marcuscom-ports-cd39c6d9ebeda772018246a6c624c528c3f53cdb.tar.zst marcuscom-ports-cd39c6d9ebeda772018246a6c624c528c3f53cdb.zip |
Chase png update.
Note that this only bump the ports that record a direct dependancy on png.
You will still have to follow the instruction in UPDATING.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13880 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 75d5de562..571446924 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/cairo/Makefile,v 1.91 2010/02/23 12:35:23 kwm Exp $ # PORTNAME= cairo @@ -20,7 +20,7 @@ COMMENT= Vector graphics library with cross-device output support .if !defined(REFERENCE_PORT) LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - png.5:${PORTSDIR}/graphics/png \ + png.6:${PORTSDIR}/graphics/png \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ pixman-1.9:${PORTSDIR}/x11/pixman |