summaryrefslogtreecommitdiff
path: root/emulators/suse_linux
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-07-02 09:00:56 +0000
committergrant <grant@pkgsrc.org>2003-07-02 09:00:56 +0000
commit1e7ff3dbaaf3f4984381ab10937ae2fdefd77c7b (patch)
tree41a9ea29dfa1ebc6eb4e5df9d52ecf6fdc40377d /emulators/suse_linux
parentbdd165f13d729752cd403884abb8b75269d76894 (diff)
downloadpkgsrc-1e7ff3dbaaf3f4984381ab10937ae2fdefd77c7b.tar.gz
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.
Diffstat (limited to 'emulators/suse_linux')
-rw-r--r--emulators/suse_linux/Makefile.application3
1 files changed, 2 insertions, 1 deletions
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