aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-29 18:16:53 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-29 19:52:22 +0000
commitc5a9db1f97f09c58c641d62ab5d71a9383c7d9f8 (patch)
treead2e9f734c3b96514ea25caccbe85bd57c89e304
parent5dea20be1af7a90e041168b6a0b2b7da03dc82cb (diff)
downloadports-c5a9db1f97f09c58c641d62ab5d71a9383c7d9f8.tar.gz
ports-c5a9db1f97f09c58c641d62ab5d71a9383c7d9f8.zip
textproc/apertium: Drop unnecessary depends
apertium no longer depends on pcre library.
-rw-r--r--textproc/apertium/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/apertium/Makefile b/textproc/apertium/Makefile
index f6ae19c507f4..45fafb66be34 100644
--- a/textproc/apertium/Makefile
+++ b/textproc/apertium/Makefile
@@ -1,6 +1,6 @@
PORTNAME= apertium
PORTVERSION= 3.9.4
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= textproc
@@ -14,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= bash:shells/bash \
utf8cpp>=4.0.0:devel/utf8cpp
LIB_DEPENDS= libicudata.so:devel/icu \
- liblttoolbox.so:textproc/lttoolbox \
- libpcre.so:devel/pcre
+ liblttoolbox.so:textproc/lttoolbox
RUN_DEPENDS= bash:shells/bash
USES= autoreconf gmake gnome libtool localbase:ldflags pathfix \