pkgsrc-WIP-changes archive

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

{kmenuedit,konsole,ksshaskpass,libksysguard, milou} 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:28:35 2016 +1200
Changeset:	f9f9aa1d3ad9e52717c328a854d6af28c0774c1a

Modified Files:
	kmenuedit/Makefile
	konsole/Makefile
	ksshaskpass/Makefile
	libksysguard/Makefile
	milou/Makefile

Log Message:
{kmenuedit,konsole,ksshaskpass,libksysguard,milou} 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=f9f9aa1d3ad9e52717c328a854d6af28c0774c1a

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

diffstat:
 kmenuedit/Makefile    | 2 +-
 konsole/Makefile      | 6 +++---
 ksshaskpass/Makefile  | 4 ++--
 libksysguard/Makefile | 4 ++--
 milou/Makefile        | 2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

diffs:
diff --git a/kmenuedit/Makefile b/kmenuedit/Makefile
index 29c2846..e4b76dc 100644
--- a/kmenuedit/Makefile
+++ b/kmenuedit/Makefile
@@ -9,7 +9,7 @@ LICENSE=	gnu-gpl-v2 AND gnu-fdl-v1.2
 
 .include "../../wip/kde5/plasma.mk"
 
-BUILD_DEPENDS+=	kdoctools>=5.19.0:../../wip/kdoctools
+BUILD_DEPENDS+=	kdoctools>=5.19.0:../../devel/kdoctools
 DEPENDS+=	khotkeys>=${PLASMAVER}:../../wip/khotkeys
 
 USE_TOOLS+=	msgmerge
diff --git a/konsole/Makefile b/konsole/Makefile
index bd051d8..b6562e5 100644
--- a/konsole/Makefile
+++ b/konsole/Makefile
@@ -9,13 +9,13 @@ LICENSE=	gnu-gpl-v2 AND gnu-lgpl-v2 AND gnu-fdl-v1.2
 
 .include "../../wip/kde5/applications.mk"
 
-BUILD_DEPENDS+=	kdoctools>=5.19.0:../../wip/kdoctools
+BUILD_DEPENDS+=	kdoctools>=5.19.0:../../devel/kdoctools
 
 USE_TOOLS+=	msgmerge
 
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../wip/kdelibs4support/buildlink3.mk"
-.include "../../wip/knotifyconfig/buildlink3.mk"
-.include "../../wip/kpty/buildlink3.mk"
+.include "../../devel/knotifyconfig/buildlink3.mk"
+.include "../../devel/kpty/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/ksshaskpass/Makefile b/ksshaskpass/Makefile
index 633ade0..b9f7bbd 100644
--- a/ksshaskpass/Makefile
+++ b/ksshaskpass/Makefile
@@ -9,11 +9,11 @@ LICENSE=	gnu-gpl-v2
 
 .include "../../wip/kde5/plasma.mk"
 
-BUILD_DEPENDS+=	kdoctools>=5.19.0:../../wip/kdoctools
+BUILD_DEPENDS+=	kdoctools>=5.19.0:../../devel/kdoctools
 
 USE_TOOLS+=	msgmerge
 
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../wip/kwallet/buildlink3.mk"
+.include "../../security/kwallet/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/libksysguard/Makefile b/libksysguard/Makefile
index 16a10e7..e776da0 100644
--- a/libksysguard/Makefile
+++ b/libksysguard/Makefile
@@ -11,7 +11,7 @@ LICENSE=	gnu-gpl-v2 AND gnu-lgpl-v2.1
 
 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
 
@@ -33,7 +33,7 @@ post-install:
 	mv ${DESTDIR}/etc/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf \
 	${DESTDIR}${PREFIX}/share/examples/libksysguard/
 
-.include "../../wip/plasma-framework/buildlink3.mk"
+.include "../../x11/plasma-framework/buildlink3.mk"
 .include "../../x11/libXres/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qtwebkit/buildlink3.mk"
diff --git a/milou/Makefile b/milou/Makefile
index 241cdd8..ee3b94b 100644
--- a/milou/Makefile
+++ b/milou/Makefile
@@ -9,7 +9,7 @@ LICENSE=	gnu-gpl-v2 AND gnu-lgpl-v2.1
 
 .include "../../wip/kde5/plasma.mk"
 
-BUILD_DEPENDS+=	kdoctools>=5.19.0:../../wip/kdoctools
+BUILD_DEPENDS+=	kdoctools>=5.19.0:../../devel/kdoctools
 
 USE_TOOLS+=	msgmerge
 


Home | Main Index | Thread Index | Old Index