Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2024 23:30:14 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: a7c54b6f606b - main - devel/libvirt-dbus: Remove libtool as dependency
Message-ID:  <202409232330.48NNUEZa071428@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=a7c54b6f606b23e8d24f131597fb632aa6435b77

commit a7c54b6f606b23e8d24f131597fb632aa6435b77
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-09-23 22:41:40 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-09-23 23:29:44 +0000

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

diff --git a/devel/libvirt-dbus/Makefile b/devel/libvirt-dbus/Makefile
index 222b2a607f05..bca75bb89cdd 100644
--- a/devel/libvirt-dbus/Makefile
+++ b/devel/libvirt-dbus/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libvirt.so:devel/libvirt \
 RUN_DEPENDS=	dbus-daemon:devel/dbus
 BUILD_DEPENDS=	rst2man:textproc/py-docutils
 
-USES=		gettext-runtime gmake gnome libtool perl5 pkgconfig tar:xz meson
+USES=		gettext-runtime gmake gnome perl5 pkgconfig tar:xz meson
 USE_GNOME=	glib20
 USE_PERL5=	build
 


home | help

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