diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-11-27 10:33:21 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-11-27 10:33:21 +0000 |
commit | 01ca27a8dc8a7eeccfcdfbc665f55224b9b99c3d (patch) | |
tree | 2d4af913b07d2d2742f58c08718cd6e2cc6e86d4 /graphics | |
parent | 59c44c297e8ad535417f8c1d26cc71bb30f33019 (diff) | |
download | pkgsrc-01ca27a8dc8a7eeccfcdfbc665f55224b9b99c3d.tar.gz |
Fix install with modular Xorg on Darwin, egl is explicitly not built.
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 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 |