diff options
author | dbj <dbj@pkgsrc.org> | 2016-04-11 04:22:33 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 2016-04-11 04:22:33 +0000 |
commit | f0b2d4c2907e8f8c75c0fefb76a726effa493ffa (patch) | |
tree | 43f2daca488868e0026cc02639eb63e7f02c5908 /graphics | |
parent | bb2b4982bcf7c8af4aeaa3025abdc3119c30cf88 (diff) | |
download | pkgsrc-f0b2d4c2907e8f8c75c0fefb76a726effa493ffa.tar.gz |
update PKG_{FAIL,SKIP}_REASON with +=
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/MesaLib7/options.mk | 4 | ||||
-rw-r--r-- | graphics/libepoxy/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/MesaLib7/options.mk b/graphics/MesaLib7/options.mk index 1497a9d7f08..92be4d31b16 100644 --- a/graphics/MesaLib7/options.mk +++ b/graphics/MesaLib7/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2015/04/05 17:02:45 tnn Exp $ +# $NetBSD: options.mk,v 1.3 2016/04/11 04:22:34 dbj Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib7 PKG_SUPPORTED_OPTIONS= @@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --with-dri-drivers="i810 i915 i965 mach64 mga r128 r200 CONFIGURE_ARGS+= --with-driver=xlib PLIST.nodri= yes .if !empty(MACHINE_PLATFORM:MNetBSD-[4-9]*-*86*) -PKG_FAIL_REASON= "The dri option needs to be enabled for this to build on NetBSD." +PKG_FAIL_REASON+= "The dri option needs to be enabled for this to build on NetBSD." .endif ### ### XXX building libOSMesa breaks with -j, and GNU make has no .WAIT diff --git a/graphics/libepoxy/Makefile b/graphics/libepoxy/Makefile index b470f2cae60..9597afaad3b 100644 --- a/graphics/libepoxy/Makefile +++ b/graphics/libepoxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/11/30 14:36:35 tnn Exp $ +# $NetBSD: Makefile,v 1.16 2016/04/11 04:22:34 dbj Exp $ DISTNAME= libepoxy-1.3.1 PKGREVISION= 3 @@ -49,7 +49,7 @@ PLIST.egl= yes BUILD_GLX= no BUILD_EGL= no . if !(${OPSYS} == "Darwin" && ${X11_TYPE} == "native") -PKG_FAIL_REASON= "The x11 option must be enabled on this platform/configuration." +PKG_FAIL_REASON+= "The x11 option must be enabled on this platform/configuration." . endif .endif |