diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-12-08 06:02:16 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-12-08 06:02:16 +0800 |
commit | bd26b7a1ecc28e9c19384227c84e11fb7ed6817d (patch) | |
tree | d6849a08287edf0762fd6f17eaf4ea69e5d40e57 | |
parent | 946f7419f0455c942c9d95e87f71f25fa9f964c2 (diff) | |
download | freebsd-ports-gnome-bd26b7a1ecc28e9c19384227c84e11fb7ed6817d.tar.gz freebsd-ports-gnome-bd26b7a1ecc28e9c19384227c84e11fb7ed6817d.tar.zst freebsd-ports-gnome-bd26b7a1ecc28e9c19384227c84e11fb7ed6817d.zip |
Activate yudit.
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 7fc4df52b230..0b0c4649f22b 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.58 1998/09/03 11:38:27 obrien Exp $ +# $Id: Makefile,v 1.59 1998/09/18 22:05:55 vanilla Exp $ # SUBDIR += asedit @@ -39,5 +39,6 @@ SUBDIR += xemacs-mule-common SUBDIR += xemacs20 SUBDIR += xvile + SUBDIR += yudit .include <bsd.port.subdir.mk> |