git: 5703a3e75c0c - main - x11/disman: silence install warning
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Apr 2024 05:17:55 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=5703a3e75c0c73becabdfaef8940b9356020d23a commit 5703a3e75c0c73becabdfaef8940b9356020d23a Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-04-08 13:35:52 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-04-13 05:09:10 +0000 x11/disman: silence install warning ===> File(s) found in lib/pkgconfig while correct path is libdata/pkgconfig Applying fix but consider using USES= pathfix or adjust install path --- x11/disman/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/disman/Makefile b/x11/disman/Makefile index afc13c7c171c..ffd4eb40d097 100644 --- a/x11/disman/Makefile +++ b/x11/disman/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LIB TEST_DEPENDS= ${qt-testlib_PORT:T}>0:${qt-testlib_PORT} -USES= cmake:testing kde:5 qt:5 +USES= cmake:testing kde:5 pathfix qt:5 USE_GITLAB= yes USE_KDE= ecm:build coreaddons USE_LDCONFIG= yes