Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2024 23:30:08 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: e1a8cfc14d5c - main - net/megatools: Remove libtool as dependency
Message-ID:  <202409232330.48NNU8pG067685@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

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

commit e1a8cfc14d5c061b5e77aa88eedf37b3a1a7836c
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-09-23 22:15:29 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-09-23 23:29:42 +0000

    net/megatools: Remove libtool as dependency
    
    Not used in project
    
    Approved by:    portmgr (blanket)
---
 net/megatools/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/megatools/Makefile b/net/megatools/Makefile
index 97ddaac2dab5..d02cfabe7332 100644
--- a/net/megatools/Makefile
+++ b/net/megatools/Makefile
@@ -13,8 +13,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
-USES=		compiler:c11 gettext-runtime gmake gnome libtool pathfix \
-		pkgconfig ssl meson
+USES=		compiler:c11 gettext-runtime gmake gnome pathfix pkgconfig \
+		ssl meson
 USE_GNOME=	glib20
 
 INSTALL_TARGET=	install-strip


home | help

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