diff options
Diffstat (limited to 'textproc/link-grammar/Makefile')
-rw-r--r-- | textproc/link-grammar/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/textproc/link-grammar/Makefile b/textproc/link-grammar/Makefile index 39948ec304c6..b1b2759324c6 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.6 CATEGORIES= textproc MASTER_SITES= https://www.gnucash.org/${PORTNAME}/downloads/${PORTVERSION}/ @@ -11,6 +10,8 @@ WWW= https://opencog.github.io/link-grammar-website/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +LIB_DEPENDS= libpcre2-8.so:devel/pcre2 + USES= compiler:c++11-lib dos2unix gmake libtool localbase ncurses \ pathfix pkgconfig sqlite USE_LDCONFIG= yes @@ -21,12 +22,10 @@ CONFIGURE_ARGS= --disable-maintainer-mode \ INSTALL_TARGET= install-strip -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> |