diff options
author | tnn <tnn> | 2015-10-01 09:36:57 +0000 |
---|---|---|
committer | tnn <tnn> | 2015-10-01 09:36:57 +0000 |
commit | ab0d1411c66f8435d1e87b95d259bddd6ab87ad8 (patch) | |
tree | 73ab4ccca2f213988f490b9a86d57eaf76d2597e /graphics | |
parent | fe156a43474fe184d40a35a6fda334bf29dd363d (diff) | |
download | pkgsrc-ab0d1411c66f8435d1e87b95d259bddd6ab87ad8.tar.gz |
fix build on Darwin when X11_TYPE=modular
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libepoxy/Makefile | 4 |
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" |