diff options
author | rh <rh@pkgsrc.org> | 1999-08-08 09:36:11 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-08-08 09:36:11 +0000 |
commit | 4732992525a18eedb587f88c82d663625451a769 (patch) | |
tree | 6c65da49a80a53485829f3c897d2cef44745c472 | |
parent | 9e242c6e109e3175afd6fbbc20b639fb84ecab84 (diff) | |
download | pkgsrc-4732992525a18eedb587f88c82d663625451a769.tar.gz |
Add and enable vim-gtk
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index f355bc0808d..b4ad6a5b71a 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1999/08/02 05:27:53 sakamoto Exp $ +# $NetBSD: Makefile,v 1.20 1999/08/08 09:36:11 rh Exp $ # FreeBSD Id: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp # @@ -27,6 +27,7 @@ # SUBDIR += uzap SUBDIR += vile SUBDIR += vim + SUBDIR += vim-gtk SUBDIR += xcoral # SUBDIR += xed SUBDIR += xemacs |