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