summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cairo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index a2d0a20d3..7949aed7e 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.27 2005/08/26 03:34:54 ahze Exp $
+# $MCom: ports/graphics/cairo/Makefile,v 1.28 2005/08/26 06:52:23 marcus Exp $
#
PORTNAME= cairo
PORTVERSION= 1.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/releases/
@@ -33,7 +33,7 @@ OPTIONS+= GLITZ "Enable Glitz OpenGL Support" Off
.include <bsd.port.pre.mk>
-.if !defined(WITHOUT_GLITZ)
+.if defined(WITH_GLITZ)
LIB_DEPENDS+= glitz-glx.1:${PORTSDIR}/graphics/glitz
CONFIGURE_ARGS+= --enable-glitz
PLIST_SUB+= GLITZ=""