diff options
author | wulf <wulf> | 2001-07-15 16:47:09 +0000 |
---|---|---|
committer | wulf <wulf> | 2001-07-15 16:47:09 +0000 |
commit | ba51725fc4ef4adcbce28ac15f69f050fa22de12 (patch) | |
tree | 0a53adad3e19d71e2f335bb393d14a46155754d5 /editors | |
parent | 48a044f8a986c08fb1632ab3d59ec810ca10b18b (diff) | |
download | pkgsrc-ba51725fc4ef4adcbce28ac15f69f050fa22de12.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" |