pkgsrc-WIP-changes archive

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

{kde-gtk-config,ksysguard}: fix dependency locations



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Fri May 27 00:16:20 2016 +1200
Changeset:	4c9ba80e3e57283e40c3cbf8e04852072b503f4f

Modified Files:
	kde-gtk-config/Makefile
	ksysguard/Makefile

Log Message:
{kde-gtk-config,ksysguard}: 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=4c9ba80e3e57283e40c3cbf8e04852072b503f4f

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

diffstat:
 kde-gtk-config/Makefile | 2 +-
 ksysguard/Makefile      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/kde-gtk-config/Makefile b/kde-gtk-config/Makefile
index 2ba16a7..6160f04 100644
--- a/kde-gtk-config/Makefile
+++ b/kde-gtk-config/Makefile
@@ -26,6 +26,6 @@ CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/cgctheme.knsrc \
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
-.include "../../wip/knewstuff/buildlink3.mk"
+.include "../../net/knewstuff/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/ksysguard/Makefile b/ksysguard/Makefile
index 0391ec7..aa2c600 100644
--- a/ksysguard/Makefile
+++ b/ksysguard/Makefile
@@ -11,7 +11,7 @@ LICENSE=	gnu-gpl-v2 AND gnu-fdl-v1.2
 
 CONFLICTS+=	kde-workspace4-[0-9]*
 
-BUILD_DEPENDS+=	kdoctools>=5.19.0:../../wip/kdoctools
+BUILD_DEPENDS+=	kdoctools>=5.19.0:../../devel/kdoctools
 
 USE_TOOLS+=	msgmerge pkg-config
 
@@ -32,6 +32,6 @@ CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/ksysguard.knsrc \
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../wip/libksysguard/buildlink3.mk"
 .include "../../wip/kdelibs4support/buildlink3.mk"
-.include "../../wip/knewstuff/buildlink3.mk"
+.include "../../net/knewstuff/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index