summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-10-20 00:05:34 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-10-20 00:05:34 +0800
commit46c32e3408b4fd1ae8eee02c2ca1672b3b1b2ab8 (patch)
tree5305dbfe21f22c0676a1539d16195737805e0a5e /graphics
parent505e6819ec6d46cfccba5504d36a652dbe10c3dc (diff)
downloadmarcuscom-ports-46c32e3408b4fd1ae8eee02c2ca1672b3b1b2ab8.tar
marcuscom-ports-46c32e3408b4fd1ae8eee02c2ca1672b3b1b2ab8.tar.gz
marcuscom-ports-46c32e3408b4fd1ae8eee02c2ca1672b3b1b2ab8.tar.bz2
marcuscom-ports-46c32e3408b4fd1ae8eee02c2ca1672b3b1b2ab8.tar.lz
marcuscom-ports-46c32e3408b4fd1ae8eee02c2ca1672b3b1b2ab8.tar.xz
marcuscom-ports-46c32e3408b4fd1ae8eee02c2ca1672b3b1b2ab8.tar.zst
marcuscom-ports-46c32e3408b4fd1ae8eee02c2ca1672b3b1b2ab8.zip
Enable it by default, since future version of x11-wm/awesome needs it. Bump
the PORTREVISION. Requested by: Nikos Ntarmos <ntarmos@ceid.upatras.gr> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11684 df743ca5-7f9a-e211-a948-0013205c9059
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 05a6fef02..6bc5bdd74 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.84 2008/09/20 09:22:32 kwm Exp $
+# $MCom: ports/graphics/cairo/Makefile,v 1.85 2008/09/30 14:58:34 kwm Exp $
#
PORTNAME= cairo
PORTVERSION= 1.8.0
-PORTREVISION?= 0
+PORTREVISION?= 1
PORTEPOCH?= 1
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/releases/
@@ -43,7 +43,7 @@ PLIST_SUB+= X11=""
.endif
OPTIONS+= GLITZ "Enable Glitz OpenGL Support" Off \
- XCB "Enable XCB (X C-language Binding) Support" Off
+ XCB "Enable XCB (X C-language Binding) Support" On
.include <bsd.port.pre.mk>