diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-27 18:51:00 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-27 18:51:00 +0800 |
commit | 31c489355ed70b6157bd0349e784cc54c01b6729 (patch) | |
tree | a2290d2838baf91284a1f490bca8ca69c77dcfac /graphics | |
parent | 1fea9f11f5fe617d6e558313eebc68d753673009 (diff) | |
download | marcuscom-ports-31c489355ed70b6157bd0349e784cc54c01b6729.tar marcuscom-ports-31c489355ed70b6157bd0349e784cc54c01b6729.tar.gz marcuscom-ports-31c489355ed70b6157bd0349e784cc54c01b6729.tar.bz2 marcuscom-ports-31c489355ed70b6157bd0349e784cc54c01b6729.tar.lz marcuscom-ports-31c489355ed70b6157bd0349e784cc54c01b6729.tar.xz marcuscom-ports-31c489355ed70b6157bd0349e784cc54c01b6729.tar.zst marcuscom-ports-31c489355ed70b6157bd0349e784cc54c01b6729.zip |
Add xext to USE_XORG. That should fix the build.
Obtained from: kwm
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18925 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index e9aa99025..c400f184f 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,6 +1,6 @@ # Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/graphics/cairo/Makefile 18924 2013-11-26 21:54:03Z kwm $ PORTNAME= cairo PORTVERSION= 1.12.16 @@ -19,7 +19,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ USE_XZ= yes USES= pathfix pkgconfig -USE_XORG= pixman +USE_XORG= pixman xext USE_GNOME= ltverhack referencehack GNU_CONFIGURE= yes USE_LDCONFIG= yes |