pkgsrc-WIP-changes archive

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

kscreen: 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:41:01 2016 +1200
Changeset:	51cca2238e8f3515cdd635861410f30cab8b6857

Modified Files:
	kscreen/Makefile

Log Message:
kscreen: 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=51cca2238e8f3515cdd635861410f30cab8b6857

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

diffstat:
 kscreen/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/kscreen/Makefile b/kscreen/Makefile
index 1f97bb2..462f5d3 100644
--- a/kscreen/Makefile
+++ b/kscreen/Makefile
@@ -14,7 +14,7 @@ DEPENDS+=	qt5-qtgraphicaleffects-[0-9]*:../../x11/qt5-qtgraphicaleffects
 USE_TOOLS+=	msgmerge
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../wip/kxmlgui/buildlink3.mk"
+.include "../../x11/kxmlgui/buildlink3.mk"
 .include "../../wip/libkscreen/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qtdeclarative/buildlink3.mk"


Home | Main Index | Thread Index | Old Index