diff options
Diffstat (limited to 'editors/vim-xaw/Makefile')
-rw-r--r-- | editors/vim-xaw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile index 24c77e1b64f..9f75e765471 100644 --- a/editors/vim-xaw/Makefile +++ b/editors/vim-xaw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2003/01/04 23:01:45 cjep Exp $ +# $NetBSD: Makefile,v 1.24 2003/02/15 18:56:18 martti Exp $ .include "../vim-share/Makefile.common" @@ -7,7 +7,7 @@ PKGNAME= vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL} COMMENT= Vim editor (vi clone) with X11 Athena GUI DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}:../vim-share -CONFLICTS+= vim-[0-9]* vim-gtk-[0-9]* +CONFLICTS+= vim-[0-9]* vim-gtk-[0-9]* vim-motif-[0-9]* USE_X11= yes CONFIGURE_ARGS+= --enable-gui=athena |