diff options
author | schmonz <schmonz> | 2002-12-07 02:38:52 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-12-07 02:38:52 +0000 |
commit | 64a1876fc6a5c3e665d29ad32d174a399d0b451e (patch) | |
tree | 1de4a04cf479873e6e59c8e7b26df68132cd5628 /lang/ruby-base | |
parent | b7b06fee2a15e7895ba5ee20123b46c5e999ea0c (diff) | |
download | pkgsrc-64a1876fc6a5c3e665d29ad32d174a399d0b451e.tar.gz |
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
Diffstat (limited to 'lang/ruby-base')
-rw-r--r-- | lang/ruby-base/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby-base/Makefile.common b/lang/ruby-base/Makefile.common index f915880564e..261849ff0fe 100644 --- a/lang/ruby-base/Makefile.common +++ b/lang/ruby-base/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2002/10/20 00:39:52 wiz Exp $ +# $NetBSD: Makefile.common,v 1.10 2002/12/07 02:38:58 schmonz Exp $ # FreeBSD: ports/Mk/bsd.ruby.mk,v 1.11 2000/11/16 17:59:40 knu Exp # Makefile.common: ruby common makefile, based on FreeBSD's bsd.ruby.mk. @@ -242,7 +242,7 @@ _RUBY_PROVIDED!= case `expr ${_RUBY_VERMAJOR} ">" ${_RUBY_REQMAJOR}` in \ esac ;; \ esac; ${ECHO} "no" .if ${_RUBY_PROVIDED} == "no" -IGNORE+= "This package requires ruby ${RUBY_REQD} or later." +PKG_FAIL_REASON+= "This package requires ruby ${RUBY_REQD} or later." .endif .else RUBY_REQD?= ${RUBY_VERSION} |