pkgsrc-WIP-changes archive

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

calligra: use DEPENDS for oxygen-icons



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Wed Feb 17 15:10:31 2016 +0200
Changeset:	edd472efe78aabf2ff92a83afd9d6cbd1af7c4d0

Modified Files:
	calligra/Makefile

Log Message:
calligra: use DEPENDS for oxygen-icons

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=edd472efe78aabf2ff92a83afd9d6cbd1af7c4d0

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

diffstat:
 calligra/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/calligra/Makefile b/calligra/Makefile
index 5bef93d..33142c6 100644
--- a/calligra/Makefile
+++ b/calligra/Makefile
@@ -21,7 +21,8 @@ CONFIGURE_DIRS=		_KDE_build
 pre-configure:
 	${MKDIR} ${WRKSRC}/_KDE_build
 
-.include "../../graphics/oxygen-icons/buildlink3.mk"
+DEPENDS+=	oxygen-icons:../../graphics/oxygen-icons
+
 .include "../../databases/libpqxx/buildlink3.mk"
 .include "../../converters/librevenge/buildlink3.mk"
 .include "../../devel/libgit2/buildlink3.mk"


Home | Main Index | Thread Index | Old Index