diff options
author | Koop Mast <kwm@FreeBSD.org> | 2012-05-24 13:55:53 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2012-05-24 13:55:53 +0000 |
commit | 413740b0507be1403834223607cdffbb39f4d5d2 (patch) | |
tree | 8686ab2dec32d7f08721632582c64b2a1a132f2b /graphics/cairo | |
parent | 7de4bf3e4670ca5ab5b5bd04bce5ac6f23989972 (diff) |
Notes
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 000dabff4eb1..7e5db09f633c 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -16,6 +16,8 @@ MASTER_SITES= http://cairographics.org/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= Vector graphics library with cross-device output support +USE_XZ= yes + .if !defined(REFERENCE_PORT) LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ @@ -23,7 +25,6 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ pixman-1.9:${PORTSDIR}/x11/pixman -USE_XZ= yes CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ --disable-directfb \ --enable-tee \ |