summaryrefslogtreecommitdiff
path: root/graphics/libepoxy
diff options
context:
space:
mode:
authortnn <tnn>2015-10-01 09:36:57 +0000
committertnn <tnn>2015-10-01 09:36:57 +0000
commitb8b50e8300ceb5598d5236baf4d81eddaddd8bd3 (patch)
tree73ab4ccca2f213988f490b9a86d57eaf76d2597e /graphics/libepoxy
parenta90b44b2d430b5ef1e47152ef869e599d7b4c666 (diff)
downloadpkgsrc-b8b50e8300ceb5598d5236baf4d81eddaddd8bd3.tar.gz
fix build on Darwin when X11_TYPE=modular
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 146fda35283..c4ed3d8b633 100644
--- a/graphics/libepoxy/Makefile
+++ b/graphics/libepoxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/09/16 12:28:53 tnn Exp $
+# $NetBSD: Makefile,v 1.11 2015/10/01 09:36:57 tnn Exp $
DISTNAME= libepoxy-1.3.1
PKGREVISION= 1
@@ -41,7 +41,7 @@ PLIST.glx= yes
.include "../../lang/python/tool.mk"
.include "../../devel/xorg-util-macros/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
-.if !empty(MESALIB_SUPPORTS_EGL:Myes)
+.if !empty(MESALIB_SUPPORTS_EGL:Myes) && ${OPSYS} != "Darwin"
PLIST.egl= yes
.endif
.include "../../x11/libX11/buildlink3.mk"