diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 7f510a6cc6e..87657a03fe9 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1999/02/12 21:32:59 tron Exp $ +# $NetBSD: Makefile,v 1.16 1999/04/27 22:27:14 tron Exp $ DISTNAME= vim-5.3 CATEGORIES= editors @@ -13,9 +13,10 @@ HOMEPAGE= http://www.vim.org/ DEPENDS= ncurses-1.9.9g:../../devel/ncurses -LDFLAGS+= "-L${LOCALBASE}/lib" -WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes +USE_X11= yes CONFIGURE_ARGS+= --enable-gui=athena --with-tlib=ncurses +LDFLAGS+= "-L${LOCALBASE}/lib" +WRKSRC= ${WRKDIR}/${DISTNAME}/src .include "../../mk/bsd.pkg.mk" |