pkgsrc-WIP-changes archive

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

kscreenlocker: 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:10:47 2016 +1200
Changeset:	bed1022fdc3641a781088dfcfc80f418d1329f78

Modified Files:
	kscreenlocker/Makefile
	kscreenlocker/buildlink3.mk

Log Message:
kscreenlocker: 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=bed1022fdc3641a781088dfcfc80f418d1329f78

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

diffstat:
 kscreenlocker/Makefile      | 6 +++---
 kscreenlocker/buildlink3.mk | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/kscreenlocker/Makefile b/kscreenlocker/Makefile
index a947244..42b232c 100644
--- a/kscreenlocker/Makefile
+++ b/kscreenlocker/Makefile
@@ -9,7 +9,7 @@ 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 pkg-config perl:run
 
@@ -19,8 +19,8 @@ SPECIAL_PERMS+=	${PREFIX}/libexec/kcheckpass \
 		${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 4555
 
 .include "../../security/openpam/buildlink3.mk"
-.include "../../wip/kdeclarative/buildlink3.mk"
-.include "../../wip/kidletime/buildlink3.mk"
+.include "../../devel/kdeclarative/buildlink3.mk"
+.include "../../devel/kidletime/buildlink3.mk"
 .include "../../wip/kwayland/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/kscreenlocker/buildlink3.mk b/kscreenlocker/buildlink3.mk
index 1078f42..2e19247 100644
--- a/kscreenlocker/buildlink3.mk
+++ b/kscreenlocker/buildlink3.mk
@@ -8,8 +8,8 @@ KSCREENLOCKER_BUILDLINK3_MK:=
 BUILDLINK_API_DEPENDS.kscreenlocker+=	kscreenlocker>=5.6.3
 BUILDLINK_PKGSRCDIR.kscreenlocker?=	../../wip/kscreenlocker
 
-.include "../../wip/kdeclarative/buildlink3.mk"
-.include "../../wip/kidletime/buildlink3.mk"
+.include "../../devel/kdeclarative/buildlink3.mk"
+.include "../../devel/kidletime/buildlink3.mk"
 .include "../../wip/kwayland/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .endif	# KSCREENLOCKER_BUILDLINK3_MK


Home | Main Index | Thread Index | Old Index