diff options
author | grant <grant@pkgsrc.org> | 2003-08-10 03:15:28 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-08-10 03:15:28 +0000 |
commit | dfba081206bfdb8f4069e469b5c8af9e1d77caa6 (patch) | |
tree | 078cf50eb14e3eb12550919ade661e2e2c6c2273 /editors | |
parent | bc9447ff8fdf968d7fcb494323b5c3cad0019f89 (diff) | |
download | pkgsrc-dfba081206bfdb8f4069e469b5c8af9e1d77caa6.tar.gz |
s/gui/GUI/
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 62b293dccd0..eeacb901ac9 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.46 2003/07/13 13:51:37 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2003/08/10 03:15:30 grant Exp $ .include "../vim-share/Makefile.common" PKGNAME= vim-${VIM_VERSION}.${VIM_PATCHLEVEL} PKGREVISION= 1 -COMMENT= Vim editor (vi clone) without gui +COMMENT= Vim editor (vi clone) without GUI DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}:../vim-share |