diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-01-15 22:21:55 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-01-15 22:21:55 +0000 |
commit | 1c8004078405d724a241d50b57948c199dbbb20f (patch) | |
tree | c82020840adc2fafdb80576e2145f57359a790b3 /editors/abiword | |
parent | df32b942a8db254f7fe6799ed10c9a5e3f73670d (diff) |
Notes
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 2511653cfe8e..446f8946f602 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -35,7 +35,7 @@ INSTALL_TARGET= install-strip PLIST_SUB+= ABIVERSION=3.0 -OPTIONS_DEFINE= AIKSAURUS CLIPART DEBUG MATHVIEW NLS OTS PSION \ +OPTIONS_DEFINE= CLIPART DEBUG MATHVIEW NLS OTS PSION \ TEMPLATES WP OPTIONS_DEFAULT=CLIPART COLSERVICE COLSUGAR COLTCP SPELLCHECK TEMPLATES OPTIONS_SUB= yes @@ -44,7 +44,6 @@ OPTIONS_GROUP= DICT COLLAB OPTIONS_GROUP_DICT= GRAMMAR SPELLCHECK OPTIONS_GROUP_COLLAB= COLFAKE COLSERVICE COLSIP COLSUGAR COLTCP COLTELEPATHY COLXMPP -AIKSAURUS_DESC= Thesaurus plugin CLIPART_DESC= Include clipart COLLAB_DESC= Collaboration backend COLFAKE_DESC= Fake collaboration for debugging purposes only @@ -75,8 +74,6 @@ ABIWORD_PLUGINS= garble loadbindings opml xslfo bmp iscii sdw babelfish \ # Plugins we don't support: # gda -AIKSAURUS_LIB_DEPENDS= libAiksaurusGTK-1.2.so:textproc/aiksaurus-gtk - CLIPART_CONFIGURE_ENABLE= clipart COLFAKE_CONFIGURE_ENABLE= collab-backend-fake @@ -128,10 +125,6 @@ WP_LIB_DEPENDS= libwpg-0.3.so:graphics/libwpg03 \ .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MAIKSAURUS} -ABIWORD_PLUGINS+= aiksaurus -.endif - .if ${PORT_OPTIONS:MCOL*} PLIST_SUB+= COLLAB="" ABIWORD_PLUGINS+= collab |