pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
khtml: fix dependency locations
Module Name: pkgsrc-wip
Committed By: Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By: markd
Date: Thu May 26 23:09:51 2016 +1200
Changeset: ac290f0b8e24871ec09a505fe8d2d9492f7a6fc6
Modified Files:
khtml/Makefile
khtml/buildlink3.mk
Log Message:
khtml: fix dependency locations
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ac290f0b8e24871ec09a505fe8d2d9492f7a6fc6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
khtml/Makefile | 4 ++--
khtml/buildlink3.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/khtml/Makefile b/khtml/Makefile
index 2d4e851..856528e 100644
--- a/khtml/Makefile
+++ b/khtml/Makefile
@@ -7,7 +7,7 @@ HOMEPAGE= https://community.kde.org/Frameworks
COMMENT= HTML rendering engine
LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2.1
-.include "../../wip/kf5/Makefile.common"
+.include "../../meta-pkgs/kf5/Makefile.common"
MASTER_SITES= ${MASTER_SITE_KDE:=frameworks/5.21/portingAids/}
USE_TOOLS+= perl
@@ -21,6 +21,6 @@ CONF_FILES+= ${PREFIX}/share/examples/kde-xdg/khtmlrc \
.include "../../graphics/giflib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../wip/kjs/buildlink3.mk"
-.include "../../wip/kparts/buildlink3.mk"
+.include "../../devel/kparts/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/khtml/buildlink3.mk b/khtml/buildlink3.mk
index ccd90e4..de0ddd3 100644
--- a/khtml/buildlink3.mk
+++ b/khtml/buildlink3.mk
@@ -11,7 +11,7 @@ BUILDLINK_PKGSRCDIR.khtml?= ../../wip/khtml
.include "../../graphics/giflib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../wip/kjs/buildlink3.mk"
-.include "../../wip/kparts/buildlink3.mk"
+.include "../../devel/kparts/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.endif # KHTML_BUILDLINK3_MK
Home |
Main Index |
Thread Index |
Old Index