diff options
author | tv <tv@pkgsrc.org> | 2005-04-08 12:56:33 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-08 12:56:33 +0000 |
commit | 3980c78f5a57195a25f57f01adfb9a4aa8bbf013 (patch) | |
tree | a7c4d2f6bfa8648222993cb9da93999f6286ba3e /shells/ast-ksh | |
parent | be804d9847970260e0c7387c4a3cc840b8faeb62 (diff) | |
download | pkgsrc-3980c78f5a57195a25f57f01adfb9a4aa8bbf013.tar.gz |
Turn off on Interix, as it takes almost a day to build to the point of dying.
Will investigate and fix later....
Diffstat (limited to 'shells/ast-ksh')
-rw-r--r-- | shells/ast-ksh/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/ast-ksh/Makefile.common b/shells/ast-ksh/Makefile.common index 481968ce751..b5ade41bd4f 100644 --- a/shells/ast-ksh/Makefile.common +++ b/shells/ast-ksh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2005/03/24 21:16:14 wiz Exp $ +# $NetBSD: Makefile.common,v 1.12 2005/04/08 12:56:33 tv Exp $ DISTNAME= ast-ksh-${ASTKSH_VERSION} PKGNAME= ast-ksh-${ASTKSH_VERSION:S/-//g} @@ -11,6 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.kornshell.com/ COMMENT= Official AT&T release of KornShell 93 +NOT_FOR_PLATFORM= Interix-*-* # taking nearly a day to build and crash! + CONFLICTS= static-ast-ksh-[0-9]* KSH93_MAKEFLAGS= |