Date: Mon, 23 Sep 2024 23:30:01 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: 14682f5e5f3f - main - devel/libosinfo: Remove libtool as dependency Message-ID: <202409232330.48NNU196065991@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=14682f5e5f3f3898ecd616df0088f211a4980336 commit 14682f5e5f3f3898ecd616df0088f211a4980336 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-09-23 22:07:42 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-09-23 23:29:41 +0000 devel/libosinfo: Remove libtool as dependency Not used in project Approved by: portmgr (blanket) --- devel/libosinfo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/libosinfo/Makefile b/devel/libosinfo/Makefile index 954ca024ab6f..67ed3f603575 100644 --- a/devel/libosinfo/Makefile +++ b/devel/libosinfo/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ osinfo-db-import:sysutils/osinfo-db-tools \ ${LOCALBASE}/share/osinfo/VERSION:misc/osinfo-db -USES= compiler:c11 cpe gettext gmake gnome libtool pathfix \ +USES= compiler:c11 cpe gettext gmake gnome pathfix \ pkgconfig tar:xz meson USE_GNOME= glib20 libxml2 libxslt introspection:build intlhack USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409232330.48NNU196065991>