From 1e7ff3dbaaf3f4984381ab10937ae2fdefd77c7b Mon Sep 17 00:00:00 2001 From: grant Date: Wed, 2 Jul 2003 09:00:56 +0000 Subject: set PKG_SKIP_REASON to something useful if we aren't on NetBSD/{i386,powerpc}, so that packages fail properly, rather than allowing make to fail. e.g. ===> PanoTools-2.6b1nb1 requires compat_linux, which is not available for SunOS-5.9-sparc ===> PanoTools-2.6b1nb1 is not available for SunOS-5.9-sparc noted by martin. --- emulators/suse_linux/Makefile.application | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulators/suse_linux') diff --git a/emulators/suse_linux/Makefile.application b/emulators/suse_linux/Makefile.application index 5e86244bee5..e1e83ae608b 100644 --- a/emulators/suse_linux/Makefile.application +++ b/emulators/suse_linux/Makefile.application @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.application,v 1.6 2003/03/26 04:05:47 jschauma Exp $ +# $NetBSD: Makefile.application,v 1.7 2003/07/02 09:00:56 grant Exp $ .include "../../mk/bsd.prefs.mk" @@ -23,4 +23,5 @@ SUSE_VERSION= 7.3 # This speeds up the marking of all compat_linux packages # as not available. SUSE_DIR_PREFIX= suse +PKG_SKIP_REASON+= "${PKGNAME} requires compat_linux, which is not available for ${MACHINE_PLATFORM}" .endif -- cgit v1.2.3