diff options
Diffstat (limited to 'accessibility/Makefile')
-rw-r--r-- | accessibility/Makefile | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/accessibility/Makefile b/accessibility/Makefile index e540361eba7..b5c4a4bbc6d 100644 --- a/accessibility/Makefile +++ b/accessibility/Makefile @@ -1,14 +1,17 @@ # $FreeBSD$ # - SUBDIR += at-spi - SUBDIR += atk - SUBDIR += dasher - SUBDIR += gail - SUBDIR += gnomemag - SUBDIR += gnomespeech - SUBDIR += gnopernicus - SUBDIR += gok - SUBDIR += kdeaccessibility - SUBDIR += linux-atk + + COMMENT = Ports to help disabled users + + SUBDIR += at-spi + SUBDIR += atk + SUBDIR += dasher + SUBDIR += gail + SUBDIR += gnomemag + SUBDIR += gnomespeech + SUBDIR += gnopernicus + SUBDIR += gok + SUBDIR += kdeaccessibility + SUBDIR += linux-atk .include <bsd.port.subdir.mk> |