diff options
author | tron <tron@pkgsrc.org> | 2002-05-21 17:57:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-05-21 17:57:03 +0000 |
commit | 7c58683c081f519e853739bb70771df59a5fa009 (patch) | |
tree | aa7dafff3827d9c9521ee3318a85bcd2ec3cc161 /misc/screen/Makefile | |
parent | d8edd40cfacb4f1b3b0092cae1acb550869774f3 (diff) | |
download | pkgsrc-7c58683c081f519e853739bb70771df59a5fa009.tar.gz |
Use openpty(3) to allocate a new pty under NetBSD. This fixes PR pkg/16901
by Bernd Ernesti.
Diffstat (limited to 'misc/screen/Makefile')
-rw-r--r-- | misc/screen/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index caec8b98526..351596d19a2 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2002/02/18 15:14:34 seb Exp $ -# +# $NetBSD: Makefile,v 1.31 2002/05/21 17:57:03 tron Exp $ DISTNAME= screen-3.9.11 CATEGORIES= misc |