From 2bd3c416530c6172747c50122aa82653152aefde Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 12 Feb 1999 21:32:59 +0000 Subject: Because "vim" still doesn't work with NetBSD's termcap library in X11 window mode we use "ncurses" again. --- editors/vim/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'editors/vim') diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 40f566101c7..7f510a6cc6e 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/02/12 21:09:28 tron Exp $ +# $NetBSD: Makefile,v 1.15 1999/02/12 21:32:59 tron Exp $ DISTNAME= vim-5.3 CATEGORIES= editors @@ -11,10 +11,11 @@ DISTFILES= vim-5.3-src.tar.gz vim-5.3-rt.tar.gz MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.vim.org/ +DEPENDS= ncurses-1.9.9g:../../devel/ncurses + LDFLAGS+= "-L${LOCALBASE}/lib" WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-gui=athena -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ARGS+= --enable-gui=athena --with-tlib=ncurses .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3