diff options
author | tron <tron> | 1999-01-10 22:29:38 +0000 |
---|---|---|
committer | tron <tron> | 1999-01-10 22:29:38 +0000 |
commit | 4771c48a6482cd1ffce5dbf0dcc7c70982763fb1 (patch) | |
tree | 4d0014a28dfdf0b7c83fb17a22e85bc9ae7e93a6 /editors/vim/Makefile | |
parent | 4055d06f6d7bd3a7ba626d2801758d58a38d451f (diff) | |
download | pkgsrc-4771c48a6482cd1ffce5dbf0dcc7c70982763fb1.tar.gz |
Use "ncurses" because "vim" doesn't work with our "termlib".
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r-- | editors/vim/Makefile | 11 |
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" |