summaryrefslogtreecommitdiff
path: root/lang/chicken
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-01-04 09:41:11 +0000
committerdholland <dholland@pkgsrc.org>2015-01-04 09:41:11 +0000
commit373afcef19cebfe400fb0f6414852189a8a10624 (patch)
tree23b7233f460611f2f19183eb122f3bca5cf4eb52 /lang/chicken
parent3acade985925d7a4d7874e917d4cdb1c7fc1af71 (diff)
downloadpkgsrc-373afcef19cebfe400fb0f6414852189a8a10624.tar.gz
Use PKG_SKIP_REASON for unsupported OSes
Diffstat (limited to 'lang/chicken')
-rw-r--r--lang/chicken/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index b5feb22106a..4d5ae898bf0 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2014/06/12 07:22:12 asau Exp $
+# $NetBSD: Makefile,v 1.52 2015/01/04 09:41:11 dholland Exp $
DISTNAME= chicken-4.9.0.1
CATEGORIES= lang
@@ -37,7 +37,7 @@ PLATFORM= haiku
.else
#PLATFORM+= ${OPSYS} == "Interix"
# possible choices left: mingw-msys mingw cygwin cross-linux-mingw
-PKG_FAIL_REASON= "${OPSYS} is not supported"
+PKG_SKIP_REASON= "${OPSYS} is not supported"
.endif
MAKE_FILE= GNUmakefile