Make buildable on -current.

This commit is contained in:
Munechika SUMIKAWA 2003-05-20 22:31:54 +00:00
parent 5736db7408
commit dc398438a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81563
2 changed files with 13 additions and 5 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= nvi
PORTVERSION= 1.81.5
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= editors
MASTER_SITES= http://www.kotnet.org/~skimo/nvi/devel/ \
${MASTER_SITE_LOCAL}
@ -21,10 +21,6 @@ LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile"
.endif
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
GNU_CONFIGURE= yes

View File

@ -0,0 +1,12 @@
--- ../dist/config.h.in- Fri May 9 12:50:29 2003
+++ ../dist/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