summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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