pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/konsole konsole: depend on kparts rather than kdel...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e63db884fa63
branches:  trunk
changeset: 450340:e63db884fa63
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Apr 14 22:39:25 2021 +0000

description:
konsole: depend on kparts rather than kdelibs4support

diffstat:

 x11/konsole/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 51639b907a4d -r e63db884fa63 x11/konsole/Makefile
--- a/x11/konsole/Makefile      Wed Apr 14 22:32:01 2021 +0000
+++ b/x11/konsole/Makefile      Wed Apr 14 22:39:25 2021 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2021/03/06 04:47:37 markd Exp $
+# $NetBSD: Makefile,v 1.53 2021/04/14 22:39:25 markd Exp $
 
 DISTNAME=      konsole-${KAPPSVER}
+PKGREVISION=   1
 CATEGORIES=    x11
 
 HOMEPAGE=      http://kde.org/applications/system/konsole/
@@ -14,9 +15,9 @@
 USE_TOOLS+=    msgmerge
 
 .include "../../devel/knotifyconfig/buildlink3.mk"
+.include "../../devel/kparts/buildlink3.mk"
 .include "../../devel/kpty/buildlink3.mk"
 .include "../../net/knewstuff/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/kdelibs4support/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index