diff options
author | wulf <wulf@pkgsrc.org> | 2001-07-15 16:47:09 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2001-07-15 16:47:09 +0000 |
commit | fafbbeca6b3698e54a6c10e61b500fb65cceeab6 (patch) | |
tree | 0a53adad3e19d71e2f335bb393d14a46155754d5 /editors | |
parent | 705715556c587a8ad4e25c9c15b4adcc9249a33a (diff) | |
download | pkgsrc-fafbbeca6b3698e54a6c10e61b500fb65cceeab6.tar.gz |
Added and enabled yudit, a unicode editor
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 47506a741da..671067cf41d 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2001/06/09 10:42:40 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2001/07/15 16:47:09 wulf Exp $ # COMMENT= Editors @@ -54,5 +54,6 @@ SUBDIR+= xcoral SUBDIR+= xemacs SUBDIR+= xemacs-packages SUBDIR+= xvile +SUBDIR+= yudit .include "../mk/bsd.pkg.subdir.mk" |