git: 1725f74c0a02 - main - graphics/tiled: add missing dependency on pkgconfig
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 17:25:39 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=1725f74c0a02344bc88ac884e36199ddc04b5c8e commit 1725f74c0a02344bc88ac884e36199ddc04b5c8e Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-04-18 12:16:42 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-04-18 17:24:03 +0000 graphics/tiled: add missing dependency on pkgconfig Reported by: reprise --- graphics/tiled/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/tiled/Makefile b/graphics/tiled/Makefile index 5bf016e2e08e..aacf657a9c03 100644 --- a/graphics/tiled/Makefile +++ b/graphics/tiled/Makefile @@ -15,7 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= bjorn USES= compiler:c++14-lang desktop-file-utils gl qmake qt:5 \ - shared-mime-info xorg + pkgconfig shared-mime-info xorg USE_QT= core gui widgets opengl network declarative \ buildtools_build linguisttools_build USE_GL= gl