Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2024 23:29:54 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f092253162f5 - main - editors/ghex: Remove libtool as dependency
Message-ID:  <202409232329.48NNTs8Z063829@gitrepo.freebsd.org>

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

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

commit f092253162f5f9a57b5dcce88a9ccac867fb4312
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-09-23 21:59:53 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-09-23 23:29:40 +0000

    editors/ghex: Remove libtool as dependency
    
    Not used in project
    
    Approved by:    portmgr (blanket)
---
 editors/ghex/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile
index 029674fa7c99..6b87b83f886f 100644
--- a/editors/ghex/Makefile
+++ b/editors/ghex/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	itstool:textproc/itstool
 
-USES=		gettext gnome libtool localbase meson pathfix pkgconfig \
+USES=		gettext gnome localbase meson pathfix pkgconfig \
 		tar:xz
 USE_GNOME=	cairo gtk30 intlhack libxml2:build
 USE_LDCONFIG=	yes



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