pkgsrc-WIP-changes archive

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

kwrited: 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:07:54 2016 +1200
Changeset:	ccf4d0189fdb76aeddd1877f3ad2606b4bed654e

Modified Files:
	kwrited/Makefile

Log Message:
kwrited: 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=ccf4d0189fdb76aeddd1877f3ad2606b4bed654e

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

diffstat:
 kwrited/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/kwrited/Makefile b/kwrited/Makefile
index e3da933..87d29ce 100644
--- a/kwrited/Makefile
+++ b/kwrited/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
 
@@ -26,8 +26,8 @@ CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/autostart/kwrited-autostart.deskto
 		${PKG_SYSCONFDIR}/xdg/autostart/kwrited-autostart.desktop
 .endif
 
-.include "../../wip/kdbusaddons/buildlink3.mk"
-.include "../../wip/knotifications/buildlink3.mk"
-.include "../../wip/kpty/buildlink3.mk"
+.include "../../sysutils/kdbusaddons/buildlink3.mk"
+.include "../../devel/knotifications/buildlink3.mk"
+.include "../../devel/kpty/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index