diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-19 09:47:09 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-19 09:47:09 +0800 |
commit | 2832db950ed49b5c9d8b3282e265539bbdfc96c6 (patch) | |
tree | ae7a8a28e7270cff50c8e4c85a0d975da5b32a8e /graphics | |
parent | 9c13debad0a9eb51d03b68e5617073d4c59ee602 (diff) | |
download | marcuscom-ports-2832db950ed49b5c9d8b3282e265539bbdfc96c6.tar marcuscom-ports-2832db950ed49b5c9d8b3282e265539bbdfc96c6.tar.gz marcuscom-ports-2832db950ed49b5c9d8b3282e265539bbdfc96c6.tar.bz2 marcuscom-ports-2832db950ed49b5c9d8b3282e265539bbdfc96c6.tar.lz marcuscom-ports-2832db950ed49b5c9d8b3282e265539bbdfc96c6.tar.xz marcuscom-ports-2832db950ed49b5c9d8b3282e265539bbdfc96c6.tar.zst marcuscom-ports-2832db950ed49b5c9d8b3282e265539bbdfc96c6.zip |
- Re-enable glitz support
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4532 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-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) |