aboutsummaryrefslogtreecommitdiff
path: root/graphics/cairo
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-06-11 18:32:32 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-06-11 18:32:32 +0000
commit3441191dd89a8d51272a3db244aacf8c281a9ed9 (patch)
treea7e89d02f2286e02a4e95d122dcdd7a64146c695 /graphics/cairo
parentbfed615a2960b8068768be0985e6097672da1ec1 (diff)
downloadports-3441191dd89a8d51272a3db244aacf8c281a9ed9.tar.gz
ports-3441191dd89a8d51272a3db244aacf8c281a9ed9.zip
Notes
Diffstat (limited to 'graphics/cairo')
-rw-r--r--graphics/cairo/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index 2191dce8e6f4..ca7d3ce0ccb6 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -44,6 +44,7 @@ OPTIONS_SUB= yes
X11_USES= xorg
X11_USE= xorg=x11,xext,xorgproto,xrender
X11_CONFIGURE_ENABLE=xlib
+X11_CONFIGURE_OFF=--disable-glx
OPENGL_USES= gl
OPENGL_USE= gl=egl
@@ -84,8 +85,4 @@ post-patch-DOCS-off:
@${REINPLACE_CMD} -e 's|public||g' \
${WRKSRC}/doc/Makefile.in
-post-patch-X11-off:
- @${REINPLACE_CMD} -e '/need_glx_functions=yes/d' \
- ${WRKSRC}/configure
-
.include <bsd.port.mk>