aboutsummaryrefslogtreecommitdiff
path: root/graphics/cairo
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-06-11 18:16:43 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-06-11 18:16:43 +0000
commitce8a09e04040615ea43b41ca90c04e4154824803 (patch)
tree1c40991692bf996b3d25cc96aed5e8599431c9ac /graphics/cairo
parentcdca8281013835508480edf5c21fdf0cc75021b6 (diff)
downloadports-ce8a09e04040615ea43b41ca90c04e4154824803.tar.gz
ports-ce8a09e04040615ea43b41ca90c04e4154824803.zip
graphics/cairo: drop RUN_DEPENDS on xorgproto
Cairo API doesn't expose any of xorgproto headers. Even if some consumers *implicitly* depend on xorgproto via cairo the bootlegging still occurs: cairo -> libX11 -> libXdmcp -> xorgproto.
Notes
Notes: svn path=/head/; revision=538523
Diffstat (limited to 'graphics/cairo')
-rw-r--r--graphics/cairo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index b4fa1935850b..2191dce8e6f4 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -42,7 +42,7 @@ OPTIONS_SLAVE= ${ARCH:tu}
OPTIONS_SUB= yes
X11_USES= xorg
-X11_USE= xorg=x11,xext,xorgproto:both,xrender
+X11_USE= xorg=x11,xext,xorgproto,xrender
X11_CONFIGURE_ENABLE=xlib
OPENGL_USES= gl