summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/cairo/Makefile6
-rw-r--r--graphics/cairo/distinfo4
-rw-r--r--graphics/cairo/pkg-plist2
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index 4aef81544..f340fc005 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -3,11 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/cairo/Makefile,v 1.11 2005/06/28 05:40:04 adamw Exp $
+# $MCom: ports/graphics/cairo/Makefile,v 1.12 2005/07/04 00:11:28 marcus Exp $
#
PORTNAME= cairo
-PORTVERSION= 0.5.1
+PORTVERSION= 0.5.2
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/snapshots/
@@ -33,8 +33,10 @@ OPTIONS+= GLITZ "Enable Glitz OpenGL Support" On
.if !defined(WITHOUT_GLITZ)
LIB_DEPENDS+= glitz-glx.1:${PORTSDIR}/graphics/glitz
+CONFIGURE_ARGS+= --enable-glitz
PLIST_SUB+= GLITZ=""
.else
+CONFIGURE_ARGS+= --disable-glitz
PLIST_SUB+= GLITZ="@comment "
.endif
diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo
index 8a1033377..28931a8eb 100644
--- a/graphics/cairo/distinfo
+++ b/graphics/cairo/distinfo
@@ -1,2 +1,2 @@
-MD5 (cairo-0.5.1.tar.gz) = 4bad34b337403e73637d2f6c752283f1
-SIZE (cairo-0.5.1.tar.gz) = 1036308
+MD5 (cairo-0.5.2.tar.gz) = 56073c9c7bb1f7acbd278d298aa42b5f
+SIZE (cairo-0.5.2.tar.gz) = 1099550
diff --git a/graphics/cairo/pkg-plist b/graphics/cairo/pkg-plist
index 461ad803f..3656793d0 100644
--- a/graphics/cairo/pkg-plist
+++ b/graphics/cairo/pkg-plist
@@ -1,6 +1,5 @@
include/cairo/cairo-features.h
include/cairo/cairo-ft.h
-%%GLITZ%%include/cairo/cairo-glitz.h
include/cairo/cairo-pdf.h
include/cairo/cairo-ps.h
%%X11%%include/cairo/cairo-xlib-xrender.h
@@ -19,7 +18,6 @@ libdata/pkgconfig/cairo.pc
%%DOCSDIR%%/cairo/bindings-return-values.html
%%DOCSDIR%%/cairo/bindings-streams.html
%%DOCSDIR%%/cairo/bindings-surfaces.html
-%%DOCSDIR%%/cairo/cairo-ATSUI-Fonts.html
%%DOCSDIR%%/cairo/cairo-Fonts.html
%%DOCSDIR%%/cairo/cairo-FreeType-Fonts.html
%%DOCSDIR%%/cairo/cairo-Glitz-backend.html