diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-06 17:56:51 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-06 17:56:51 +0000 |
commit | c3fdebf0848326aabf4710f19bbc366b60a19efc (patch) | |
tree | cac8137b89ac5171205e8e615847a101abe3f8a8 /editors/Makefile | |
parent | a9f0e2b6861bf9454c669bdd8e581ecab442f8a8 (diff) |
Add the gedit port and re-order the gnotepad+ port.
Notes
Notes:
svn path=/head/; revision=19274
Diffstat (limited to 'editors/Makefile')
-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 |