summaryrefslogtreecommitdiff
path: root/editors/vim-xaw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim-xaw/Makefile')
-rw-r--r--editors/vim-xaw/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile
index 04681a0b0c0..2c858075a3b 100644
--- a/editors/vim-xaw/Makefile
+++ b/editors/vim-xaw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/08/23 04:26:52 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2001/08/29 22:41:09 jlam Exp $
.include "../vim-share/Makefile.common"
@@ -9,9 +9,7 @@ COMMENT= Vim editor (vi clone) with X11 Athena GUI
DEPENDS+= vim-share-${VIM_VERSION}:../vim-share
CONFLICTS+= vim-[0-9]* vim-gtk-*
-USE_X11= yes
USE_BUILDLINK_ONLY= yes
-
CONFIGURE_ARGS+= --enable-gui=athena
CONFIGURE_ARGS+= --with-tlib=ncurses
@@ -39,4 +37,5 @@ post-install:
.include "../../devel/ncurses/buildlink.mk"
.include "../../mk/xaw.buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"