summaryrefslogtreecommitdiff
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r--editors/vim/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 1d55462276d..47543be2d5a 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2000/01/15 18:46:27 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2000/01/17 17:36:35 pooka Exp $
.include "../vim-share/Makefile.common"
@@ -8,7 +8,7 @@ DEPENDS+= vim-share-${VIM_VERSION}:../vim-share
CONFLICTS= vim-xaw-* vim-gtk-*
-CONFIGURE_ARGS+= --disable-gui --with-tlib=ncurses
+CONFIGURE_ARGS+= --enable-gui=no --without-x --with-tlib=ncurses
CPPFLAGS+= -I${LOCALBASE}/include # for ncurses' termcap.h
LDFLAGS+= -L${LOCALBASE}/lib # for -lncurses
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
@@ -23,9 +23,9 @@ DEPENDS+= ncurses>=4.2:../../devel/ncurses
.endif
post-install:
- @${LN} -fs vim ${PREFIX}/bin/ex
- @${LN} -fs vim ${PREFIX}/bin/view
- @${LN} -fs vim ${PREFIX}/bin/rvim
- @${LN} -fs vim ${PREFIX}/bin/rview
+ ${LN} -fs vim ${PREFIX}/bin/ex
+ ${LN} -fs vim ${PREFIX}/bin/view
+ ${LN} -fs vim ${PREFIX}/bin/rvim
+ ${LN} -fs vim ${PREFIX}/bin/rview
.include "../../mk/bsd.pkg.mk"