pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/konsole



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Apr 24 04:39:19 UTC 2021

Modified Files:
        pkgsrc/x11/konsole: Makefile

Log Message:
konsole: fix builds: needs kinit dependency


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/x11/konsole/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/konsole/Makefile
diff -u pkgsrc/x11/konsole/Makefile:1.54 pkgsrc/x11/konsole/Makefile:1.55
--- pkgsrc/x11/konsole/Makefile:1.54    Wed Apr 21 11:42:58 2021
+++ pkgsrc/x11/konsole/Makefile Sat Apr 24 04:39:18 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.54 2021/04/21 11:42:58 adam Exp $
+# $NetBSD: Makefile,v 1.55 2021/04/24 04:39:18 gutteridge Exp $
 
 DISTNAME=      konsole-${KAPPSVER}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    x11
 
 HOMEPAGE=      http://kde.org/applications/system/konsole/
@@ -11,6 +11,7 @@ LICENSE=      gnu-gpl-v2 AND gnu-lgpl-v2 AND 
 .include "../../meta-pkgs/kde/applications.mk"
 
 BUILD_DEPENDS+=        kdoctools>=5.19.0:../../devel/kdoctools
+DEPENDS+=      kinit>=5.68.0:../../x11/kinit
 
 USE_TOOLS+=    msgmerge
 



Home | Main Index | Thread Index | Old Index