diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-01 09:35:17 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-01 09:35:17 +0000 |
commit | a4ef9a05339e81e51f49ec37e1fa2b114dfc3d82 (patch) | |
tree | c22a73bd6a48059c8ee5d0fd70d503973c4db913 /comms | |
parent | 26f631f97e73990480b12b439d914df6d4e50cf6 (diff) | |
download | pkgsrc-a4ef9a05339e81e51f49ec37e1fa2b114dfc3d82.tar.gz |
Use PKG_SKIP_REASON for unsupported OSes.
Diffstat (limited to 'comms')
-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 b23852980af..debdd34c976 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/12/25 11:41:25 cheusov Exp $ +# $NetBSD: Makefile,v 1.4 2015/01/01 09:35:17 dholland Exp $ # DISTNAME= lirc-0.9.0 @@ -38,7 +38,7 @@ post-install: .include "available.mk" .if ${LIRC_AVAILABLE} == no -PKG_FAIL_REASON= "lirc is not available for this platform" +PKG_SKIP_REASON= "lirc is not available for this platform" .endif .include "options.mk" |