git: 34ee0fecf117 - main - graphics/kseexpr: pet portlint

From: Max Brazhnikov <makc_at_FreeBSD.org>
Date: Thu, 24 Feb 2022 00:16:05 UTC
The branch main has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=34ee0fecf11712d16963bdd1c183b254078ed98b

commit 34ee0fecf11712d16963bdd1c183b254078ed98b
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2022-02-24 00:15:31 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2022-02-24 00:15:31 +0000

    graphics/kseexpr: pet portlint
---
 graphics/kseexpr/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/graphics/kseexpr/Makefile b/graphics/kseexpr/Makefile
index 48acc54c219e..2a4d64bceded 100644
--- a/graphics/kseexpr/Makefile
+++ b/graphics/kseexpr/Makefile
@@ -9,10 +9,11 @@ COMMENT=	Embeddable expression engine for Krita
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-CONFLICTS_INSTALL=	seexpr
-
 USES=		bison cmake kde:5 qt:5
 USE_KDE=	ecm i18n
+USE_LDCONFIG=	yes
 USE_QT=		core gui widgets buildtools_build linguisttools_build qmake_build
 
+CONFLICTS_INSTALL=	seexpr
+
 .include <bsd.port.mk>