summaryrefslogtreecommitdiff
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authortron <tron>1999-01-10 22:29:38 +0000
committertron <tron>1999-01-10 22:29:38 +0000
commit4771c48a6482cd1ffce5dbf0dcc7c70982763fb1 (patch)
tree4d0014a28dfdf0b7c83fb17a22e85bc9ae7e93a6 /editors/vim/Makefile
parent4055d06f6d7bd3a7ba626d2801758d58a38d451f (diff)
downloadpkgsrc-4771c48a6482cd1ffce5dbf0dcc7c70982763fb1.tar.gz
Use "ncurses" because "vim" doesn't work with our "termlib".
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r--editors/vim/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 17d1b1c00be..29a61264891 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1998/09/16 21:54:26 tron Exp $
+# $NetBSD: Makefile,v 1.13 1999/01/10 22:29:38 tron Exp $
DISTNAME= vim-5.3
CATEGORIES= editors
@@ -11,9 +11,12 @@ DISTFILES= vim-5.3-src.tar.gz vim-5.3-rt.tar.gz
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.vim.org/
-LDFLAGS+= -Wl,-R${X11BASE}/lib
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-GNU_CONFIGURE= yes
+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" \
.include "../../mk/bsd.pkg.mk"