summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cairo/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index 6ed2b8f2b..9ae490779 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD: ports/graphics/cairo/Makefile,v 1.47 2010/06/03 12:35:42 pav Exp $
-# $MCom: ports/graphics/cairo/Makefile,v 1.93 2010/04/03 05:40:01 marcus Exp $
+# $MCom: ports/graphics/cairo/Makefile,v 1.98 2010/09/30 08:10:21 kwm Exp $
#
PORTNAME= cairo
@@ -26,6 +26,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \
+ --disable-directfb \
--enable-gobject
USE_GNOME= glib20 gnomehack ltverhack referencehack
USE_AUTOTOOLS= libtool:22
@@ -42,21 +43,11 @@ USE_XORG+= xrender
PLIST_SUB+= X11=""
.endif
-OPTIONS+= DIRECTFB "Enable DirectFB Support" Off \
- GL "Enable OpenGL Support" Off \
+OPTIONS+= GL "Enable OpenGL Support" Off \
XCB "Enable XCB (X C-language Binding) Support" On
.include <bsd.port.pre.mk>
-.if defined(WITH_DIRECTFB)
-LIB_DEPENDS+= directfb-1.4.3:${PORTSDIR}/devel/directfb
-CONFIGURE_ARGS+= --enable-directfb
-PLIST_SUB+= DIRECTFB=""
-.else
-CONFIGURE_ARGS+= --disable-directfb
-PLIST_SUB+= DIRECTFB="@comment "
-.endif
-
.if defined(WITH_GL)
USE_GL= gl
CONFIGURE_ARGS+= --enable-gl