diff options
author | pav <pav@FreeBSD.org> | 2010-06-03 20:35:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-06-03 20:35:42 +0800 |
commit | 75a81cb672c90160dde2538e80c54c726081754f (patch) | |
tree | 2951ace77d4af889e87bbf044ce7ca996832f2bf /graphics/cairo | |
parent | b63d5f7049e180f4af85ea25b7fee29a4493499e (diff) | |
download | freebsd-ports-gnome-75a81cb672c90160dde2538e80c54c726081754f.tar.gz freebsd-ports-gnome-75a81cb672c90160dde2538e80c54c726081754f.tar.zst freebsd-ports-gnome-75a81cb672c90160dde2538e80c54c726081754f.zip |
- Chase direct-fb update
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 1 |
1 files changed, 1 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 |