summaryrefslogtreecommitdiffstats
path: root/graphics/cairo/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-19 01:15:12 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-19 01:15:12 +0800
commit8d1c6c1b10e2221271d372ea01050bcba3f4835c (patch)
tree9832b274488826c26c883d2159c6195c73ddb620 /graphics/cairo/Makefile
parenteb0cb5034de3f83838f7c2a1286dd8dfe80a9cab (diff)
downloadmarcuscom-ports-8d1c6c1b10e2221271d372ea01050bcba3f4835c.tar
marcuscom-ports-8d1c6c1b10e2221271d372ea01050bcba3f4835c.tar.gz
marcuscom-ports-8d1c6c1b10e2221271d372ea01050bcba3f4835c.tar.bz2
marcuscom-ports-8d1c6c1b10e2221271d372ea01050bcba3f4835c.tar.lz
marcuscom-ports-8d1c6c1b10e2221271d372ea01050bcba3f4835c.tar.xz
marcuscom-ports-8d1c6c1b10e2221271d372ea01050bcba3f4835c.tar.zst
marcuscom-ports-8d1c6c1b10e2221271d372ea01050bcba3f4835c.zip
- Update to 0.5.2
This version breaks compatibility with glitz, no glitz support until 0.6.0. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4268 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/cairo/Makefile')
-rw-r--r--graphics/cairo/Makefile6
1 files changed, 4 insertions, 2 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