summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authortron <tron>1999-04-27 22:27:14 +0000
committertron <tron>1999-04-27 22:27:14 +0000
commit673cc969f5d6576cfd38c7febeb3d86a865b0e3a (patch)
tree8393618d244265a635b4ca9a630ac961d9789c39 /editors/vim
parentd46aa67b364a7d23322526e56133ffc9e2206a80 (diff)
downloadpkgsrc-673cc969f5d6576cfd38c7febeb3d86a865b0e3a.tar.gz
This packages requires X11.
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile7
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"