diff options
-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 af0e86813ec..7454ede5833 100644 --- a/emulators/suse_linux/Makefile.application +++ b/emulators/suse_linux/Makefile.application @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.application,v 1.8 2003/07/02 09:02:59 grant Exp $ +# $NetBSD: Makefile.application,v 1.9 2003/07/02 09:24:43 martin Exp $ .include "../../mk/bsd.prefs.mk" @@ -23,5 +23,6 @@ SUSE_VERSION= 7.3 # This speeds up the marking of all compat_linux packages # as not available. SUSE_DIR_PREFIX= suse +SUSE_VERSION= 0 PKG_SKIP_REASON+= "${PKGNAME} requires compat_linux, which is not available for ${MACHINE_PLATFORM}" .endif |