diff options
author | tron <tron> | 1999-04-27 22:27:14 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-27 22:27:14 +0000 |
commit | 6d14fae92be0189dd61d84a0c506e647f33ed7cd (patch) | |
tree | 8393618d244265a635b4ca9a630ac961d9789c39 /editors | |
parent | efe5551963eab65b67819d9732b468af8cac53c5 (diff) | |
download | pkgsrc-6d14fae92be0189dd61d84a0c506e647f33ed7cd.tar.gz |
This packages requires X11.
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" |