diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-03-08 21:56:36 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-03-08 21:56:36 +0000 |
commit | e1d56a9db2541dd41f1907a5a19a686a326831cc (patch) | |
tree | 6a5120e4890360e5d98bb4a63ff86cfc80e8392f /textproc | |
parent | 0c69caeef6092fbf32d6330958bbb88f74c02443 (diff) | |
download | ports-e1d56a9db2541dd41f1907a5a19a686a326831cc.tar.gz ports-e1d56a9db2541dd41f1907a5a19a686a326831cc.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libfolia/Makefile | 3 | ||||
-rw-r--r-- | textproc/ucto/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/textproc/libfolia/Makefile b/textproc/libfolia/Makefile index 54c4c1628edf..d972f8ae64df 100644 --- a/textproc/libfolia/Makefile +++ b/textproc/libfolia/Makefile @@ -3,7 +3,7 @@ PORTNAME= libfolia DISTVERSIONPREFIX= v DISTVERSION= 1.15 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive LIB_DEPENDS= libicui18n.so:devel/icu \ - libomp.so:devel/openmp \ libticcutils.so:devel/ticcutils USES= autoreconf compiler:c++11-lang gmake gnome libtool pkgconfig diff --git a/textproc/ucto/Makefile b/textproc/ucto/Makefile index 1c138dea395e..a61416fd4c67 100644 --- a/textproc/ucto/Makefile +++ b/textproc/ucto/Makefile @@ -3,7 +3,7 @@ PORTNAME= ucto DISTVERSIONPREFIX= v DISTVERSION= 0.14.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org @@ -17,7 +17,6 @@ BUILD_DEPENDS= autoconf-archive>0:devel/autoconf-archive \ LIB_DEPENDS= libexttextcat-2.0.so:textproc/libexttextcat \ libfolia.so:textproc/libfolia \ libicuio.so:devel/icu \ - libomp.so:devel/openmp \ libticcutils.so:devel/ticcutils RUN_DEPENDS= uctodata>0:textproc/uctodata |