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 /comms/lirc | |
parent | bb2b4982bcf7c8af4aeaa3025abdc3119c30cf88 (diff) | |
download | pkgsrc-f0b2d4c2907e8f8c75c0fefb76a726effa493ffa.tar.gz |
update PKG_{FAIL,SKIP}_REASON with +=
Diffstat (limited to 'comms/lirc')
-rw-r--r-- | comms/lirc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index debdd34c976..60eec202b7a 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/01/01 09:35:17 dholland Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/11 04:22:33 dbj Exp $ # DISTNAME= lirc-0.9.0 @@ -38,7 +38,7 @@ post-install: .include "available.mk" .if ${LIRC_AVAILABLE} == no -PKG_SKIP_REASON= "lirc is not available for this platform" +PKG_SKIP_REASON+= "lirc is not available for this platform" .endif .include "options.mk" |