diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-18 09:22:59 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-18 09:22:59 +0000 |
commit | 8a7ffd23bcb9cf8888a6a37f3879d6fdfcb068f8 (patch) | |
tree | f1deca257321310c5badb1087597e06390c15c3f /Makefile | |
parent | 590806e33817adf8b629d043e7a4eb9693710a6f (diff) |
Add several new real categories.
- finance : Monetary, financial and related applications
PR: ports/39102
Requested by: trevor
- hungarian : Hungarian language support
PR: ports/37576
Requested by: Janos Mohacsi <janos.mohacsi@bsd.hu>
- multimedia : Multimedia software
Requested by: many
- portuguese : Portuguese language support
PR: ports/35991
Requested by: trevor
Notes
Notes:
svn path=/head/; revision=70382
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,12 +15,14 @@ SUBDIR += deskutils SUBDIR += devel SUBDIR += editors SUBDIR += emulators +SUBDIR += finance SUBDIR += french SUBDIR += ftp SUBDIR += games SUBDIR += german SUBDIR += graphics SUBDIR += hebrew +SUBDIR += hungarian SUBDIR += irc SUBDIR += japanese SUBDIR += java @@ -30,10 +32,12 @@ SUBDIR += mail SUBDIR += math SUBDIR += mbone SUBDIR += misc +SUBDIR += multimedia SUBDIR += net SUBDIR += news SUBDIR += palm SUBDIR += picobsd +SUBDIR += portuguese SUBDIR += print SUBDIR += russian SUBDIR += science |