diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-05-10 09:15:16 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-05-10 09:15:16 +0000 |
commit | 085246a04237a23a5fb323cdcfef94f0fc3c2eda (patch) | |
tree | a8ed71b74cf9426ebd80ab386f6ca186e4a8a8d2 /editors/nvi-m17n | |
parent | 86b85412ed2b98ede746e4eaf9dc008d768f2fc7 (diff) | |
download | ports-085246a04237a23a5fb323cdcfef94f0fc3c2eda.tar.gz ports-085246a04237a23a5fb323cdcfef94f0fc3c2eda.zip |
Notes
Diffstat (limited to 'editors/nvi-m17n')
-rw-r--r-- | editors/nvi-m17n/Makefile | 1 | ||||
-rw-r--r-- | editors/nvi-m17n/files/patch-config.h.in | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index 6ae4eef96613..0f9c62b0e7c1 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -7,6 +7,7 @@ PORTNAME= nvi PORTVERSION= 1.79.20111024 +PORTREVISION= 1 CATEGORIES?= editors MASTER_SITES= ftp://sleepy.vwh.net/pub/ \ ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ diff --git a/editors/nvi-m17n/files/patch-config.h.in b/editors/nvi-m17n/files/patch-config.h.in new file mode 100644 index 000000000000..6ebc3a67148b --- /dev/null +++ b/editors/nvi-m17n/files/patch-config.h.in @@ -0,0 +1,12 @@ +--- config.h.in- Fri May 9 12:50:29 2003 ++++ config.h.in Fri May 9 12:50:56 2003 +@@ -103,9 +103,6 @@ + /* Define if you have <sys/select.h> */ + #undef HAVE_SYS_SELECT_H + +-/* Define if you have the System V style pty calls. */ +-#undef HAVE_SYS5_PTY +- + /* Define if you want to compile in the Tcl interpreter. */ + #undef HAVE_TCL_INTERP + |