Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Aug 2024 07:42:24 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: be5bf8035878 - main - devel/libnotify: Remove libtool dependency
Message-ID:  <202408100742.47A7gOaJ039001@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=be5bf80358780ab113a238b9343eaf95deebc9b6

commit be5bf80358780ab113a238b9343eaf95deebc9b6
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-08-10 06:47:28 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-08-10 07:42:07 +0000

    devel/libnotify: Remove libtool dependency
    
    Not used during build
    
    Approved by:    portmgr (blanket)
---
 devel/libnotify/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile
index 7f078cf1506b..1a81376cae13 100644
--- a/devel/libnotify/Makefile
+++ b/devel/libnotify/Makefile
@@ -10,7 +10,7 @@ WWW=		https://gitlab.gnome.org/GNOME/libnotify
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake gnome libtool meson pkgconfig tar:xz
+USES=		gmake gnome meson pkgconfig tar:xz
 USE_GNOME=	gdkpixbuf2 glib20 introspection:build
 USE_LDCONFIG=	yes
 



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