summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-11-11 06:36:46 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-11-11 06:36:46 +0800
commit4724571832a77565e24a365acb088f59c9862ff9 (patch)
tree3bd8e71936b5c77c33e8caed090cf357de10a9a6 /graphics
parent165e59467c0b6527c2136ff4451e69ef91377427 (diff)
downloadmarcuscom-ports-4724571832a77565e24a365acb088f59c9862ff9.tar
marcuscom-ports-4724571832a77565e24a365acb088f59c9862ff9.tar.gz
marcuscom-ports-4724571832a77565e24a365acb088f59c9862ff9.tar.bz2
marcuscom-ports-4724571832a77565e24a365acb088f59c9862ff9.tar.lz
marcuscom-ports-4724571832a77565e24a365acb088f59c9862ff9.tar.xz
marcuscom-ports-4724571832a77565e24a365acb088f59c9862ff9.tar.zst
marcuscom-ports-4724571832a77565e24a365acb088f59c9862ff9.zip
Cairo now requires pixman.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9919 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cairo/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index caa2f44e9..dde189ecc 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.59 2007/09/09 22:45:26 mezz Exp $
+# $MCom: ports/graphics/cairo/Makefile,v 1.61 2007/11/01 13:19:39 ahze Exp $
#
PORTNAME= cairo
PORTVERSION= 1.5.2
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= graphics
#MASTER_SITES= http://cairographics.org/releases/
MASTER_SITES= http://cairographics.org/snapshots/
@@ -20,7 +20,8 @@ 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
+ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
+ pixman-1.9:${PORTSDIR}/x11/pixman
CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \
--enable-pdf \