Because "vim" still doesn't work with NetBSD's termcap library in X11
window mode we use "ncurses" again.
This commit is contained in:
parent
c4fd33ce03
commit
2bd3c41653
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue