aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/cairo
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2012-01-15 20:48:11 +0800
committergarga <garga@FreeBSD.org>2012-01-15 20:48:11 +0800
commit801cf59d4a1dd5563a028cb4f334df3d76eae903 (patch)
tree73e2c800dacc251a915c7e8c0476cd1909719814 /graphics/cairo
parent9c8eab22cc2f8d96339d50a82820083459653a19 (diff)
downloadfreebsd-ports-gnome-801cf59d4a1dd5563a028cb4f334df3d76eae903.tar.gz
freebsd-ports-gnome-801cf59d4a1dd5563a028cb4f334df3d76eae903.tar.zst
freebsd-ports-gnome-801cf59d4a1dd5563a028cb4f334df3d76eae903.zip
Adjust necesary ports to build with xcb-util 0.3.8
audio/pulseaudio is being updated to 0.9.23 x11/startup-notification is being updated to 0.12 Both was approved by kwm@ x11-wm/awesome is being updated to 3.4.11 Exp-run by: pav@
Diffstat (limited to 'graphics/cairo')
-rw-r--r--graphics/cairo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index cbbf7a9e0dea..2b60476174a2 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -8,7 +8,7 @@
PORTNAME= cairo
PORTVERSION= 1.10.2
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH?= 1
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/releases/
@@ -59,8 +59,8 @@ PLIST_SUB+= GL="@comment "
.endif
.if defined(WITH_XCB)
-BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util
-RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util
+BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util-renderutil
+RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util-renderutil
CONFIGURE_ARGS+= --enable-xcb
# this option exposes a bug --enable-xlib-xcb=auto
PLIST_SUB+= XCB=""