Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2024 18:14:19 GMT
From:      Zsolt Udvari <uzsolt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bde632055f35 - main - */*: Remove incorrect libtool dependency
Message-ID:  <202405271814.44RIEJWU081148@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by uzsolt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bde632055f3518182906dcf6ebd9cb5f9fb1b045

commit bde632055f3518182906dcf6ebd9cb5f9fb1b045
Author:     Zsolt Udvari <uzsolt@FreeBSD.org>
AuthorDate: 2024-05-26 19:49:14 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-05-27 18:13:38 +0000

    */*: Remove incorrect libtool dependency
    
    All these ports builds without libtool.
    Tested using Poudriere.
    
    Approved by:    portmgr (blanket, build fix), diizzy (mentor)
    Differential Revision:  https://reviews.freebsd.org/D45376
---
 x11-toolkits/amtk/Makefile          | 2 +-
 x11/babl/Makefile                   | 2 +-
 x11/xdg-desktop-portal-gtk/Makefile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-toolkits/amtk/Makefile b/x11-toolkits/amtk/Makefile
index 5015552fa5a5..a0d071ebd45d 100644
--- a/x11-toolkits/amtk/Makefile
+++ b/x11-toolkits/amtk/Makefile
@@ -13,7 +13,7 @@ LICENSE=	LGPL21
 
 BUILD_DEPENDS=	gtk-doc>0:textproc/gtk-doc
 
-USES=		gettext gmake gnome libtool meson pkgconfig tar:xz
+USES=		gettext gmake gnome meson pkgconfig tar:xz
 USE_GNOME=	cairo gdkpixbuf2 gtk30 introspection
 
 .include <bsd.port.mk>
diff --git a/x11/babl/Makefile b/x11/babl/Makefile
index 92780d5951a5..ef9efba55256 100644
--- a/x11/babl/Makefile
+++ b/x11/babl/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	liblcms2.so:graphics/lcms2
 
-USES=		gnome libtool localbase meson pathfix pkgconfig tar:xz vala:build
+USES=		gnome localbase meson pathfix pkgconfig tar:xz vala:build
 
 USE_LDCONFIG=	yes
 USE_GNOME=	introspection:build
diff --git a/x11/xdg-desktop-portal-gtk/Makefile b/x11/xdg-desktop-portal-gtk/Makefile
index a8c2f622b9c2..60992d715821 100644
--- a/x11/xdg-desktop-portal-gtk/Makefile
+++ b/x11/xdg-desktop-portal-gtk/Makefile
@@ -14,7 +14,7 @@ BUILD_DEPENDS=	xdg-desktop-portal>0:deskutils/xdg-desktop-portal
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig
 RUN_DEPENDS=	xdg-desktop-portal>0:deskutils/xdg-desktop-portal
 
-USES=		desktop-file-utils gettext gmake gnome libtool meson pkgconfig
+USES=		desktop-file-utils gettext gmake gnome meson pkgconfig
 USE_GNOME=	cairo gdkpixbuf2 gtk30 gnomedesktop3
 
 USE_GITHUB=	yes



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