diff options
author | Koop Mast <kwm@FreeBSD.org> | 2016-01-29 14:33:00 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2016-01-29 14:33:00 +0000 |
commit | 36fdceef54570dde38ab2df6fc550d6ac393b078 (patch) | |
tree | 830a8bb8fd1fd97f807e23824e3276115341fd1c /editors | |
parent | 8bbc980b0edd1cf5be32280595f29c6437441e9b (diff) | |
download | ports-36fdceef54570dde38ab2df6fc550d6ac393b078.tar.gz ports-36fdceef54570dde38ab2df6fc550d6ac393b078.zip |
Notes
Diffstat (limited to 'editors')
-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 0803ff5465a4..ef7de5a448de 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -36,7 +36,7 @@ INSTALL_TARGET= install-strip PLIST_SUB+= ABIVERSION=3.0 OPTIONS_DEFINE= AIKSAURUS CLIPART DEBUG MATHVIEW NLS OTS PSION \ - TEMPLATES MATHVIEW WP + TEMPLATES WP OPTIONS_DEFAULT=CLIPART COLSERVICE COLSUGAR COLTCP SPELLCHECK TEMPLATES OPTIONS_SUB= yes @@ -106,6 +106,7 @@ DEBUG_CONFIGURE_ENABLE= debug GRAMMAR_LIB_DEPENDS= liblink-grammar.so:${PORTSDIR}/textproc/link-grammar +MATHVIEW_USES= bison MATHVIEW_LIB_DEPENDS= libmathview.so:${PORTSDIR}/x11-toolkits/gtkmathview NLS_USES= gettext |