Index: head/editors/gate/Makefile =================================================================== --- head/editors/gate/Makefile (revision 415183) +++ head/editors/gate/Makefile (revision 415184) @@ -1,35 +1,34 @@ # Created by: James Howard # $FreeBSD$ PORTNAME= gate PORTVERSION= 2.06 PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.unixpapa.com/software/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple and unobtrusive line-oriented text editor BUILD_DEPENDS= aspell:textproc/aspell RUN_DEPENDS= aspell:textproc/aspell USES= ncurses GNU_CONFIGURE= yes -USE_CSTD= gnu89 CONFIGURE_ARGS= --with-aspell=${LOCALBASE}/bin/aspell ALL_TARGET= gate gate.1 post-patch: @${REINPLACE_CMD} -e \ 's|$${res_datadir}|${DATADIR}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|^char \*malloc();||g' ${WRKSRC}/term.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gate ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/gate.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/gate.help ${STAGEDIR}${DATADIR} .include Index: head/editors/gate/files/patch-configure =================================================================== --- head/editors/gate/files/patch-configure (revision 415183) +++ head/editors/gate/files/patch-configure (revision 415184) @@ -1,20 +1,11 @@ --- configure.orig 2005-01-24 06:35:15 UTC +++ configure @@ -1766,7 +1766,7 @@ else cat conftest.$ac_ext >&5 fi rm -f conftest* -test "$ac_cv_search_tgetent" = "no" && for i in termcap curses; do +test "$ac_cv_search_tgetent" = "no" && for i in ncurses; do LIBS="-l$i $ac_func_search_save_LIBS" cat > conftest.$ac_ext <> confdefs.h <