Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2024 05:17:55 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5703a3e75c0c - main - x11/disman: silence install warning
Message-ID:  <202404130517.43D5HtpE095854@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404130517.43D5HtpE095854>