diff options
author | steve <steve@FreeBSD.org> | 1999-06-07 01:56:51 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-07 01:56:51 +0800 |
commit | de5e2d1735f10bae22f3e23178ddd54d61c58377 (patch) | |
tree | 421c44963d9e6470d7f67538d873fba7fb5ddf93 | |
parent | 3538ecc4e0d08e4194909b1f4cf26dc1161e2f13 (diff) | |
download | freebsd-ports-gnome-de5e2d1735f10bae22f3e23178ddd54d61c58377.tar.gz freebsd-ports-gnome-de5e2d1735f10bae22f3e23178ddd54d61c58377.tar.zst freebsd-ports-gnome-de5e2d1735f10bae22f3e23178ddd54d61c58377.zip |
Add the gedit port and re-order the gnotepad+ port.
-rw-r--r-- | editors/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/Makefile b/editors/Makefile index d6c89c547227..8d3954889379 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.77 1999/05/10 14:55:16 shige Exp $ +# $Id: Makefile,v 1.78 1999/05/29 14:38:49 kuriyama Exp $ # SUBDIR += AbiWord @@ -16,13 +16,14 @@ SUBDIR += emacs SUBDIR += emacs20 SUBDIR += emacs20-dl - SUBDIR += gnotepad+ SUBDIR += flim-emacs SUBDIR += flim-emacs-current SUBDIR += flim-emacs20 SUBDIR += flim-emacs20-current SUBDIR += flim-mule SUBDIR += flim-mule-current + SUBDIR += gedit + SUBDIR += gnotepad+ SUBDIR += gxedit SUBDIR += hexedit SUBDIR += jed |