pkgsrc-WIP-changes archive

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

added includes to Makefile



Module Name:	pkgsrc-wip
Committed By:	jaypatelani <jaypatelani%gmail.com@localhost>
Pushed By:	jaypatelani
Date:		Fri Mar 5 00:49:00 2021 +0530
Changeset:	a6a3e54285ba32ad775cf3dcbb25782faa4c91b1

Modified Files:
	ksysguard/Makefile
Added Files:
	ksysguard/TODO

Log Message:
added includes to Makefile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a6a3e54285ba32ad775cf3dcbb25782faa4c91b1

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

diffstat:
 ksysguard/Makefile | 3 +++
 ksysguard/TODO     | 2 ++
 2 files changed, 5 insertions(+)

diffs:
diff --git a/ksysguard/Makefile b/ksysguard/Makefile
index 7c38b38b88..6d2672967a 100644
--- a/ksysguard/Makefile
+++ b/ksysguard/Makefile
@@ -39,5 +39,8 @@ CONF_FILES+=	${PREFIX}/share/examples/ksysguard/ksysguarddrc \
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../wip/libksysguard/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
+.include "../../lang/python27/buildlink3.mk"
+.include "../../x11/qt5-qtwebkit/buildlink3.mk"
+.include "../../meta-pkgs/kf5/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/ksysguard/TODO b/ksysguard/TODO
new file mode 100644
index 0000000000..9f9ad665e6
--- /dev/null
+++ b/ksysguard/TODO
@@ -0,0 +1,2 @@
+=========
+need to generate meta-pkgs/kf5 buildlink3


Home | Main Index | Thread Index | Old Index