diff options
author | tv <tv@pkgsrc.org> | 2004-10-11 23:46:15 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-11 23:46:15 +0000 |
commit | b4a824b6e23f15b9821c9e31b643d935d137e9ab (patch) | |
tree | 2a5b2cd2a79aa1600ed1016e5c575ae835081745 /misc/screen | |
parent | 0936b01ff07b3f78c12d15dd3e8461f537ec721a (diff) | |
download | pkgsrc-b4a824b6e23f15b9821c9e31b643d935d137e9ab.tar.gz |
Mark as not for Interix due to major work being needed to accomodate
Interix username sizes and user authentication.
Diffstat (limited to 'misc/screen')
-rw-r--r-- | misc/screen/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index ab428274153..f840f0f545b 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2004/07/15 04:05:40 atatat Exp $ +# $NetBSD: Makefile,v 1.54 2004/10/11 23:46:15 tv Exp $ DISTNAME= screen-4.0.2 PKGREVISION= 1 @@ -12,6 +12,8 @@ COMMENT= Multi-screen window manager PKG_INSTALLATION_TYPES= overwrite pkgviews +NOT_FOR_PLATFORM= Interix-*-* # user auth and username size fixes needed + USE_BUILDLINK3= YES USE_PKGINSTALL= YES INFO_FILES= screen.info |