diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-04 11:30:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-04 11:30:33 +0000 |
commit | 75829d84a28380d30b4c2fa0b55c31483c180e11 (patch) | |
tree | 78eddfaa9f53b5845d58d30a59fb20661965c104 /misc | |
parent | f9a0c7d5fc006eaf2693fa9f5b0dd9992ed5fcd4 (diff) | |
download | pkgsrc-75829d84a28380d30b4c2fa0b55c31483c180e11.tar.gz |
Mark as not for Linux. From Sergey Svishchev in private mail.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/lile/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/lile/Makefile b/misc/lile/Makefile index 17a0ec6cc13..2b43963e08d 100644 --- a/misc/lile/Makefile +++ b/misc/lile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:11 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2007/03/04 11:30:33 wiz Exp $ DISTNAME= lile-2.0 PKGNAME= ile-2.0 @@ -9,6 +9,9 @@ EXTRACT_SUFX= .tar.z MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Input Line Editor that wraps itself around programs +# uses struct sgttyb +NOT_FOR_PLATFORM= Linux-*-* + USE_TOOLS+= gzcat post-patch: |