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 | fdb201e5b4d89cd9680d1bc8d648252dcff74617 (patch) | |
tree | a7c4d2f6bfa8648222993cb9da93999f6286ba3e /shells/ast-ksh | |
parent | 0c232ec3b81d2346dd96e15001f9f0e88fae691b (diff) | |
download | pkgsrc-fdb201e5b4d89cd9680d1bc8d648252dcff74617.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= |