diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-19 17:04:52 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-19 17:04:52 +0000 |
commit | c8fb02ae31d4594c510a47bcc06d1304ccdd5e5f (patch) | |
tree | 6bd4883e2b2c0f37bd8195330235ff5f872f31b9 /editors/abiword | |
parent | 60273f49662664fffbb406e477990f5470ea7a49 (diff) |
Notes
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index bff2b0267079..a5abeb17ae4a 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -54,7 +54,7 @@ COLTCP_DESC= Collaborate with direct TCP peer to peer connections COLTELEPATHY_DESC= Collaborate with the Telepathy backend (experimental) COLXMPP_DESC= Collaborate with the Jabber/XMPP backend DICT_DESC= Spelling and grammar checking -GRAMMAR_DESC= Grammar checking plugin (requires SPELLCHECK option) +GRAMMAR_DESC= Grammar checking plugin MATHVIEW_DESC= MathML render plugin OTS_DESC= Text Summarizer plugin PSION_DESC= Psion 5(MX) files convertion plugin @@ -102,6 +102,7 @@ COLXMPP_LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth DEBUG_CONFIGURE_ENABLE= debug GRAMMAR_LIB_DEPENDS= liblink-grammar.so:textproc/link-grammar +GRAMMAR_IMPLIES= SPELLCHECK MATHVIEW_USES= bison MATHVIEW_LIB_DEPENDS= libmathview.so:x11-toolkits/gtkmathview |