diff options
Diffstat (limited to '')
-rw-r--r-- | editors/nvi-devel/Makefile | 6 | ||||
-rw-r--r-- | editors/nvi-devel/files/patch-config.h.in | 12 |
2 files changed, 13 insertions, 5 deletions
diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile index 6fd4b401f58e..a728915d869f 100644 --- a/editors/nvi-devel/Makefile +++ b/editors/nvi-devel/Makefile @@ -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 diff --git a/editors/nvi-devel/files/patch-config.h.in b/editors/nvi-devel/files/patch-config.h.in new file mode 100644 index 000000000000..538056b9b409 --- /dev/null +++ b/editors/nvi-devel/files/patch-config.h.in @@ -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 + |