git: 18792f20a26e - main - devel/ticcutils: Remove libtar dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Jun 2023 17:37:40 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=18792f20a26e58aec08485074ee02325bc84dedc commit 18792f20a26e58aec08485074ee02325bc84dedc Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-06-25 17:29:48 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-06-25 17:33:37 +0000 devel/ticcutils: Remove libtar dependency Removed in upstream commit a6cafc98689a177f54c0af8f222dd488d6c442ac Approved by: portmgr (build fix) --- devel/ticcutils/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/ticcutils/Makefile b/devel/ticcutils/Makefile index c27e5cf66210..ee564c278b9e 100644 --- a/devel/ticcutils/Makefile +++ b/devel/ticcutils/Makefile @@ -1,6 +1,6 @@ PORTNAME= ticcutils DISTVERSION= 0.32 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel textproc MASTER_SITES= https://github.com/LanguageMachines/${PORTNAME}/releases/download/v${DISTVERSION}/ @@ -12,8 +12,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ - libicui18n.so:devel/icu \ - libtar.so:devel/libtar + libicui18n.so:devel/icu USES= compiler:c++11-lib gmake gnome libtool localbase:ldflags \ pathfix pkgconfig