summaryrefslogtreecommitdiff
path: root/graphics/libepoxy
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-11-27 10:33:21 +0000
committerjperkin <jperkin>2015-11-27 10:33:21 +0000
commit76fd93b3508079773b6b04579a7e10d1871c1248 (patch)
tree2d4af913b07d2d2742f58c08718cd6e2cc6e86d4 /graphics/libepoxy
parent8f856b42201541e961b4261d97362ce2cf24c5dd (diff)
downloadpkgsrc-76fd93b3508079773b6b04579a7e10d1871c1248.tar.gz
Fix install with modular Xorg on Darwin, egl is explicitly not built.
Diffstat (limited to 'graphics/libepoxy')
-rw-r--r--graphics/libepoxy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libepoxy/Makefile b/graphics/libepoxy/Makefile
index 3de0b910678..de999e56335 100644
--- a/graphics/libepoxy/Makefile
+++ b/graphics/libepoxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2015/11/19 11:46:33 adam Exp $
+# $NetBSD: Makefile,v 1.14 2015/11/27 10:33:21 jperkin Exp $
DISTNAME= libepoxy-1.3.1
PKGREVISION= 2
@@ -23,7 +23,7 @@ PYTHON_FOR_BUILD_ONLY= yes
PLIST_VARS+= egl glx
-.if ${OPSYS} == "Darwin" && ${X11_TYPE} != "modular"
+.if ${OPSYS} == "Darwin"
BUILD_EGL= no
BUILD_GLX= no
.else