From 763b8099280b5b161080163dd898714454df6aaf Mon Sep 17 00:00:00 2001 From: rodent Date: Sat, 6 Apr 2013 04:07:24 +0000 Subject: "Definition of PKG_SKIP_REASON is deprecated. Use PKG_FAIL_REASON instead." --- lang/gcc34/options.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang') diff --git a/lang/gcc34/options.mk b/lang/gcc34/options.mk index 97b3abed90f..ebf7140f9ff 100644 --- a/lang/gcc34/options.mk +++ b/lang/gcc34/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2012/12/31 03:20:12 dholland Exp $ +# $NetBSD: options.mk,v 1.4 2013/04/06 04:07:24 rodent Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gcc34 PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran gcc-java gcc-objc gcc-ada @@ -88,14 +88,14 @@ ALT_GCC_RTS!= ${ALT_GCC} --print-file-name=adalib . if !empty(ALT_GCC_RTS) RALT_GCC_RTS= ${ALT_GCC_RTS:S%${LOCALBASE}%%:S%/%%} . else -PKG_SKIP_REASON+= "${ALT_GCC} does not appear to be an Ada compiler" +PKG_FAIL_REASON+= "${ALT_GCC} does not appear to be an Ada compiler" . endif . else -PKG_SKIP_REASON+= "Missing bootstrap Ada compiler" +PKG_FAIL_REASON+= "Missing bootstrap Ada compiler" . endif . endif . if !defined(ALT_GCC) -PKG_SKIP_REASON+= "An Ada bootstrap compiler must be specified to build Ada" +PKG_FAIL_REASON+= "An Ada bootstrap compiler must be specified to build Ada" . endif . if defined(ALT_GCC) -- cgit v1.2.3