Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2024 23:30:00 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: 687314215602 - main - devel/libgudev: Remove libtool as dependency
Message-ID:  <202409232330.48NNU0KC064773@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=6873142156028e4948ea773942d36765b0fa3021

commit 6873142156028e4948ea773942d36765b0fa3021
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-09-23 22:05:57 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-09-23 23:29:41 +0000

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

diff --git a/devel/libgudev/Makefile b/devel/libgudev/Makefile
index f6bb93882a71..7dc987a0ee31 100644
--- a/devel/libgudev/Makefile
+++ b/devel/libgudev/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libudev.so:devel/libudev-devd
 
-USES=		gettext-runtime gnome libtool meson pathfix pkgconfig tar:xz
+USES=		gettext-runtime gnome meson pathfix pkgconfig tar:xz
 USE_GNOME=	glib20 introspection:build
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip



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