git: f1e2d5270961 - main - irc/hexchat: Remove libtool as dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Sep 2024 23:29:57 UTC
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 \