git: 14682f5e5f3f - main - devel/libosinfo: Remove libtool as dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Sep 2024 23:30:01 UTC
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