diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/uim/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 5c50e3ee8a09..12af4dffc16b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -745,6 +745,7 @@ SUBDIR += txt2man SUBDIR += txt2tags SUBDIR += ua-ispell + SUBDIR += uim SUBDIR += uni2ascii SUBDIR += unroff SUBDIR += unrtf diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index 105f2e2f60d2..868afb16b5b8 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -8,7 +8,7 @@ PORTNAME= uim PORTVERSION= 0.4.9.1 PORTREVISION= 1 -CATEGORIES= japanese x11 +CATEGORIES= textproc MASTER_SITES= http://uim.freedesktop.org/releases/ MAINTAINER= nobutaka@FreeBSD.org |