diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-03 19:33:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-03 19:33:36 +0000 |
commit | 2a265d86bc97554604e3dcc1c7eee1833a041caa (patch) | |
tree | 388c7491804d70c3921035bb71f2377f222cde19 /devel/Makefile | |
parent | Update to 0.43 (diff) |
Add ruby-gettext, a Ruby implementation of the gettext library.
Notes
Notes:
svn path=/head/; revision=54165
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 08408bc587cc..1a49ef73a3c3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -557,6 +557,7 @@ SUBDIR += ruby-fnmatch SUBDIR += ruby-gconf SUBDIR += ruby-gemfinder + SUBDIR += ruby-gettext SUBDIR += ruby-gnustep SUBDIR += ruby-intl SUBDIR += ruby-lapidary |