aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-06-03 12:35:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-06-03 12:35:42 +0000
commite3aede5bc2449c6668fa3e6484b9d8975ef34dc4 (patch)
treed4b39a7b7fe73c232801a79b9ec016e244a07bd9 /graphics
parentdb4afe76a7a86d90032172a2d6c40e2f74b10a27 (diff)
downloadports-e3aede5bc2449c6668fa3e6484b9d8975ef34dc4.tar.gz
ports-e3aede5bc2449c6668fa3e6484b9d8975ef34dc4.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cairo/Makefile1
-rw-r--r--graphics/libggi/Makefile2
2 files changed, 3 insertions, 0 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index 4c0d598ff21f..0f748c619795 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -25,6 +25,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
pixman-1.9:${PORTSDIR}/x11/pixman
CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \
+ --disable-directfb \
--enable-pdf \
--enable-ps
USE_GNOME= gnomehack ltverhack referencehack
diff --git a/graphics/libggi/Makefile b/graphics/libggi/Makefile
index c948ffb28da1..2648d1131296 100644
--- a/graphics/libggi/Makefile
+++ b/graphics/libggi/Makefile
@@ -120,6 +120,8 @@ MLINKS= ggi-demo.1 demo.1 \
- ggidev-le0_3.3 \
- ggidev-lt0_3.3
+CONFIGURE_ARGS= --disable-directfb
+
.if exists(/usr/include/dev/kgi/kgi.h)
CONFIGURE_ARGS+= --enable-kgi --with-extra-includes=/usr/include/dev
.endif