diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-29 23:17:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-29 23:17:18 +0000 |
commit | 2924bf10af5fbeab7d3603282cf1134ac9359ff7 (patch) | |
tree | c0960e02b9403a9d19d5fe72d96a2cdc69ece7be /shells | |
parent | abf87243479e6eb913489a947760ab1d847da353 (diff) | |
download | ports-2924bf10af5fbeab7d3603282cf1134ac9359ff7.tar.gz ports-2924bf10af5fbeab7d3603282cf1134ac9359ff7.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/ksh93/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index 61f74605404c..daf973ba4938 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -18,6 +18,8 @@ COMMENT= Official AT&T release of KornShell 93 VERSION= 2004-02-29 RESTRICTED= "Source recipient must acknowledge license" +BROKEN= Unfetchable + NO_WRKSUBDIR= yes MAKE_ENV= CCFLAGS="${CFLAGS}" SHELL="${SH}" .if defined(WANT_STATIC) |