summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-12-07 02:38:52 +0000
committerschmonz <schmonz>2002-12-07 02:38:52 +0000
commitdbb71432c1380918f61104a2e5d18effa27af2ab (patch)
tree1de4a04cf479873e6e59c8e7b26df68132cd5628 /inputmethod
parent871498add4080b3a349768e215c1d64a2acbefc0 (diff)
downloadpkgsrc-dbb71432c1380918f61104a2e5d18effa27af2ab.tar.gz
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/kinput2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/kinput2/Makefile b/inputmethod/kinput2/Makefile
index f32834e1414..72a2a8b1927 100644
--- a/inputmethod/kinput2/Makefile
+++ b/inputmethod/kinput2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/10/13 12:40:07 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2002/12/07 02:39:09 schmonz Exp $
# FreeBSD Id: Makefile,v 1.4 1999/06/06 13:19:49 taoka Exp $
DISTNAME= kinput2-v3
@@ -19,7 +19,7 @@ PLIST_SRC= ${PKGDIR}/PLIST-common
defined(USE_WNN4) && ${USE_WNN4} != YES && \
defined(USE_WNN6) && ${USE_WNN6} != YES && \
defined(USE_SJ3) && ${USE_SJ3} != YES
-IGNORE= ${PKGNAME} is ignored. because USE_CANNA,USE_WNN4,USE_WNN6,USE_SJ3 are "NO"
+PKG_FAIL_REASON= ${PKGNAME} is ignored. because USE_CANNA,USE_WNN4,USE_WNN6,USE_SJ3 are "NO"
.endif
.if !defined(USE_CANNA) || ${USE_CANNA} == YES