git: be58499773fe - main - devel/libvirt-glib: Remove libtool as dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Sep 2024 23:30:15 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=be58499773fe6c64a8e528c91377986b76adff47 commit be58499773fe6c64a8e528c91377986b76adff47 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-09-23 22:42:33 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-09-23 23:29:44 +0000 devel/libvirt-glib: Remove libtool as dependency Not used in project Approved by: portmgr (blanket) --- devel/libvirt-glib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/libvirt-glib/Makefile b/devel/libvirt-glib/Makefile index 42654fd40c74..0cd9987e2369 100644 --- a/devel/libvirt-glib/Makefile +++ b/devel/libvirt-glib/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libvirt.so:devel/libvirt -USES= gettext gmake gnome libtool meson pathfix pkgconfig \ +USES= gettext gmake gnome meson pathfix pkgconfig \ python tar:xz OPTIONS_DEFINE= DOCS VAPI