pkgsrc-WIP-changes archive

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

breeze: fix dependency locations



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Thu May 26 23:43:54 2016 +1200
Changeset:	23cff2b72df32a167b7c302de5544aab2073fd29

Modified Files:
	breeze/Makefile

Log Message:
breeze: 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=23cff2b72df32a167b7c302de5544aab2073fd29

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

diffstat:
 breeze/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/breeze/Makefile b/breeze/Makefile
index f2a7981..1db4743 100644
--- a/breeze/Makefile
+++ b/breeze/Makefile
@@ -9,12 +9,12 @@ LICENSE=	gnu-gpl-v2 AND gnu-lgpl-v3
 
 .include "../../wip/kde5/plasma.mk"
 
-DEPENDS+=	breeze-icons>=5.19.0:../../wip/breeze-icons
+DEPENDS+=	breeze-icons>=5.19.0:../../graphics/breeze-icons
 
 USE_TOOLS+=	msgmerge pkg-config
 
-.include "../../wip/frameworkintegration/buildlink3.mk"
+.include "../../x11/frameworkintegration/buildlink3.mk"
 .include "../../wip/kdecoration/buildlink3.mk"
-.include "../../wip/kcmutils/buildlink3.mk"
+.include "../../devel/kcmutils/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index