Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2024 23:29:57 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: f1e2d5270961 - main - irc/hexchat: Remove libtool as dependency
Message-ID:  <202409232329.48NNTvtN063917@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=f1e2d5270961a0aed2e76dec4bd4fd1cff258590

commit f1e2d5270961a0aed2e76dec4bd4fd1cff258590
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-09-23 22:02:54 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-09-23 23:29:40 +0000

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

diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile
index a2c4be8f90bc..38bae6339b74 100644
--- a/irc/hexchat/Makefile
+++ b/irc/hexchat/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libproxy.so:net/libproxy \
 RUN_DEPENDS=	${LOCALBASE}/share/xml/iso-codes/iso_639.xml:misc/iso-codes
 
 USES=		compiler:c++11-lang cpe desktop-file-utils gettext-tools gnome \
-		libtool localbase meson ninja pkgconfig python shebangfix \
+		localbase meson ninja pkgconfig python shebangfix \
 		ssl tar:xz xorg
 CPE_VENDOR=	${PORTNAME}_project
 SHEBANG_FILES=	meson_post_install.py \



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