Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Feb 2024 19:53:06 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c5a9db1f97f0 - main - textproc/apertium: Drop unnecessary depends
Message-ID:  <202402291953.41TJr6d9079593@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c5a9db1f97f09c58c641d62ab5d71a9383c7d9f8

commit c5a9db1f97f09c58c641d62ab5d71a9383c7d9f8
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-29 18:16:53 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-29 19:52:22 +0000

    textproc/apertium: Drop unnecessary depends
    
    apertium no longer depends on pcre library.
---
 textproc/apertium/Makefile | 5 ++---
 1 file 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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402291953.41TJr6d9079593>