summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-27 22:27:14 +0000
committertron <tron@pkgsrc.org>1999-04-27 22:27:14 +0000
commit7d9a78e27baabf6a50faafa0b9802578efcb5c84 (patch)
tree8393618d244265a635b4ca9a630ac961d9789c39 /editors
parent641fe72917f8b781167d22a67979009841980c53 (diff)
downloadpkgsrc-7d9a78e27baabf6a50faafa0b9802578efcb5c84.tar.gz
This packages requires X11.
Diffstat (limited to 'editors')
-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"