diff options
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 572a8b6fd..202cf9e0f 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.22 2005/08/16 18:34:17 marcus Exp $ +# $MCom: ports/graphics/cairo/Makefile,v 1.23 2005/08/16 18:47:05 marcus Exp $ # PORTNAME= cairo @@ -29,9 +29,6 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" \ OPTIONS+= GLITZ "Enable Glitz OpenGL Support" On -# GLITZ is broke now. -WITHOUT_GLITZ= yes - .include <bsd.port.pre.mk> .if !defined(WITHOUT_GLITZ) |