summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile7
1 files changed, 4 insertions, 3 deletions
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"