diff options
author | tron <tron> | 2015-09-13 11:38:32 +0000 |
---|---|---|
committer | tron <tron> | 2015-09-13 11:38:32 +0000 |
commit | 50d07aa18b6834676f97cfb3148c1585017d6fa2 (patch) | |
tree | 4a8e97f253ef87bb958b9e248cb01ea54eba133f /graphics | |
parent | 615e7defdccbf0fa304249d08119405f0ebf7ba8 (diff) | |
download | pkgsrc-50d07aa18b6834676f97cfb3148c1585017d6fa2.tar.gz |
Correct package list for Mac OS X.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libepoxy/Makefile | 7 | ||||
-rw-r--r-- | graphics/libepoxy/PLIST | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/graphics/libepoxy/Makefile b/graphics/libepoxy/Makefile index 35934c64274..a74af6dd72d 100644 --- a/graphics/libepoxy/Makefile +++ b/graphics/libepoxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/09/13 04:44:48 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2015/09/13 11:38:32 tron Exp $ DISTNAME= libepoxy-1.3.1 CATEGORIES= graphics @@ -32,6 +32,11 @@ CONFIGURE_ENV+= PKGSRC_BUILD_EGL=yes CONFIGURE_ENV+= PKGSRC_BUILD_EGL=no .endif +PLIST_VARS+= glx +.if ${OPSYS} != "Darwin" +PLIST.glx= yes +.endif + .include "../../lang/python/tool.mk" .include "../../devel/xorg-util-macros/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" diff --git a/graphics/libepoxy/PLIST b/graphics/libepoxy/PLIST index a69341716e9..7019635645e 100644 --- a/graphics/libepoxy/PLIST +++ b/graphics/libepoxy/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2015/06/13 19:13:10 tnn Exp $ +@comment $NetBSD: PLIST,v 1.3 2015/09/13 11:38:32 tron Exp $ ${PLIST.egl}include/epoxy/egl.h ${PLIST.egl}include/epoxy/egl_generated.h include/epoxy/gl.h include/epoxy/gl_generated.h -include/epoxy/glx.h -include/epoxy/glx_generated.h +${PLIST.glx}include/epoxy/glx.h +${PLIST.glx}include/epoxy/glx_generated.h lib/libepoxy.la lib/pkgconfig/epoxy.pc |