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/libepoxy | |
parent | bb2b4982bcf7c8af4aeaa3025abdc3119c30cf88 (diff) | |
download | pkgsrc-f0b2d4c2907e8f8c75c0fefb76a726effa493ffa.tar.gz |
update PKG_{FAIL,SKIP}_REASON with +=
Diffstat (limited to 'graphics/libepoxy')
-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 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 |