pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ktexteditor



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun May 24 06:30:24 UTC 2020

Modified Files:
        pkgsrc/devel/ktexteditor: Makefile

Log Message:
ktexteditor: add dependency on editorconfig-core


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/ktexteditor/Makefile

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

Modified files:

Index: pkgsrc/devel/ktexteditor/Makefile
diff -u pkgsrc/devel/ktexteditor/Makefile:1.43 pkgsrc/devel/ktexteditor/Makefile:1.44
--- pkgsrc/devel/ktexteditor/Makefile:1.43      Sun Apr 12 08:27:53 2020
+++ pkgsrc/devel/ktexteditor/Makefile   Sun May 24 06:30:24 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2020/04/12 08:27:53 adam Exp $
+# $NetBSD: Makefile,v 1.44 2020/05/24 06:30:24 markd Exp $
 
 DISTNAME=      ktexteditor-${KF5VER}
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
@@ -20,6 +20,7 @@ CONF_FILES+=  ${PREFIX}/share/examples/kt
 MAKE_DIRS+=            ${PKG_SYSCONFDIR}/dbus-1/system.d
 INSTALLATION_DIRS+=    share/examples/ktexteditor
 
+.include "../../devel/editorconfig-core/buildlink3.mk"
 .include "../../devel/libgit2/buildlink3.mk"
 .include "../../devel/kparts/buildlink3.mk"
 .include "../../textproc/syntax-highlighting/buildlink3.mk"



Home | Main Index | Thread Index | Old Index