git: c260d0db52af - main - devel/msitools: Remove libtool as dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Sep 2024 23:30:04 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c260d0db52afd081035f9f74c25dceb27c889a1a commit c260d0db52afd081035f9f74c25dceb27c889a1a Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-09-23 22:11:53 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-09-23 23:29:42 +0000 devel/msitools: Remove libtool as dependency Not used in project Approved by: portmgr (blanket) --- devel/msitools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/msitools/Makefile b/devel/msitools/Makefile index d07da3cfa50a..21c91effc762 100644 --- a/devel/msitools/Makefile +++ b/devel/msitools/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libgcab-1.0.so:archivers/gcab \ libuuid.so:misc/e2fsprogs-libuuid RUN_DEPENDS= bash:shells/bash -USES= bison gnome libtool meson perl5 pkgconfig shebangfix tar:xz vala:build +USES= bison gnome meson perl5 pkgconfig shebangfix tar:xz vala:build USE_LDCONFIG= yes USE_GNOME= glib20 introspection libxml2 SHEBANG_FILES= tools/msidiff.in \