diff options
author | grant <grant> | 2003-07-02 09:00:56 +0000 |
---|---|---|
committer | grant <grant> | 2003-07-02 09:00:56 +0000 |
commit | 1571f36368ed8cc8a14e9241dd48d662a42aac09 (patch) | |
tree | 41a9ea29dfa1ebc6eb4e5df9d52ecf6fdc40377d /emulators | |
parent | ffbe425cf77cfe0a2238d0e2b21b94a7ff0989fb (diff) | |
download | pkgsrc-1571f36368ed8cc8a14e9241dd48d662a42aac09.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')
-rw-r--r-- | emulators/suse_linux/Makefile.application | 3 |
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 |