git: 41347bb5ca04 - main - shared-mime-info: readd the build dependency on the uses
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Oct 2021 11:40:43 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=41347bb5ca04d0c05261c22faac96c5b75589627 commit 41347bb5ca04d0c05261c22faac96c5b75589627 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2021-10-20 11:38:49 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2021-10-20 11:40:41 +0000 shared-mime-info: readd the build dependency on the uses The build dependency has been dropped from the uses, it was a bit premature to do so, readd it for now Reported by: madpilot --- Mk/Uses/shared-mime-info.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Mk/Uses/shared-mime-info.mk b/Mk/Uses/shared-mime-info.mk index 49b552e419e8..8f6bbca996c1 100644 --- a/Mk/Uses/shared-mime-info.mk +++ b/Mk/Uses/shared-mime-info.mk @@ -13,6 +13,7 @@ _INCLUDE_USES_SHARED_MIME_INFO_MK= yes IGNORE= USES=shared-mime-info does not require args .endif +BUILD_DEPENDS+= update-mime-database:misc/shared-mime-info RUN_DEPENDS+= update-mime-database:misc/shared-mime-info .endif