diff options
Diffstat (limited to 'textproc/link-grammar/Makefile')
-rw-r--r-- | textproc/link-grammar/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/link-grammar/Makefile b/textproc/link-grammar/Makefile index 39948ec304c6..4f6589a90884 100644 --- a/textproc/link-grammar/Makefile +++ b/textproc/link-grammar/Makefile @@ -1,6 +1,5 @@ PORTNAME= link-grammar -DISTVERSION= 5.10.5 -PORTREVISION= 2 +DISTVERSION= 5.12.5 CATEGORIES= textproc MASTER_SITES= https://www.gnucash.org/${PORTNAME}/downloads/${PORTVERSION}/ @@ -26,7 +25,7 @@ LIB_DEPENDS= libpcre2-8.so:devel/pcre2 PLIST_SUB= VERSION=${PORTVERSION} OPTIONS_SUB= yes -OPTIONS_DEFINE= EDITLINE JAVA PERL SAT_SOLVER PYTHON +OPTIONS_DEFINE= EDITLINE JAVA PERL SAT_SOLVER OPTIONS_DEFAULT= EDITLINE HUNSPELL SAT_SOLVER OPTIONS_MULTI= SPELL @@ -54,7 +53,4 @@ SAT_SOLVER_CONFIGURE_ENABLE= sat-solver SAT_SOLVER_DESC= Use boolean SAT parser SAT_SOLVER_LIB_DEPENDS= libminisat.so:math/minisat -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblink-grammar.so.${DISTVERSION} # see https://github.com/opencog/link-grammar/issues/645 - .include <bsd.port.mk> |