diff options
author | kwm <kwm@FreeBSD.org> | 2016-01-29 22:33:00 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2016-01-29 22:33:00 +0800 |
commit | 58e13d4a6a697d505866e0f56840778f2d92ef09 (patch) | |
tree | 830a8bb8fd1fd97f807e23824e3276115341fd1c /editors | |
parent | c4c817518b19046e4dbdb7b3bff22d561801fd63 (diff) | |
download | freebsd-ports-gnome-58e13d4a6a697d505866e0f56840778f2d92ef09.tar.gz freebsd-ports-gnome-58e13d4a6a697d505866e0f56840778f2d92ef09.tar.zst freebsd-ports-gnome-58e13d4a6a697d505866e0f56840778f2d92ef09.zip |
The MATHVIEW option needs bison instead of byacc to generate correct code.
While here remove double MATHVIEW option in OPTIONS_DEFINE.
PR: 206718
Reported by: w.schwarzenfeld@utanet.at
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 |