summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authortron <tron>1998-09-16 21:54:26 +0000
committertron <tron>1998-09-16 21:54:26 +0000
commit08d9eb9cf66c5d4583fd8e7299576130f290f23b (patch)
treea410bf51b2f4727ea79035b6eb81ffd7b3b2866d /editors/vim
parentfd20976f3391a5a402695de445a14ce38091b589 (diff)
downloadpkgsrc-08d9eb9cf66c5d4583fd8e7299576130f290f23b.tar.gz
Always use Athena widget set because we would need a dependence on the
"lesstif" package otherwise.
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 62acabd4afb..17d1b1c00be 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1998/09/14 21:48:04 garbled Exp $
+# $NetBSD: Makefile,v 1.12 1998/09/16 21:54:26 tron Exp $
DISTNAME= vim-5.3
CATEGORIES= editors
@@ -14,5 +14,6 @@ HOMEPAGE= http://www.vim.org/
LDFLAGS+= -Wl,-R${X11BASE}/lib
WRKSRC= ${WRKDIR}/${DISTNAME}/src
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --enable-gui=athena
.include "../../mk/bsd.pkg.mk"