git: e1a8cfc14d5c - main - net/megatools: Remove libtool as dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Sep 2024 23:30:08 UTC
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