pkgsrc-WIP-changes archive

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

i3-git: Add p5-AnyEvent-I3 dependency



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Sat Jun 25 12:47:43 2016 +0200
Changeset:	447335fdf2e529d4470472c604c1916a14b2eece

Modified Files:
	i3-git/Makefile

Log Message:
i3-git: Add p5-AnyEvent-I3 dependency

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

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

diffstat:
 i3-git/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/i3-git/Makefile b/i3-git/Makefile
index a677baa..55093da 100644
--- a/i3-git/Makefile
+++ b/i3-git/Makefile
@@ -50,6 +50,8 @@ SUBST_FILES.fix-paths=		i3-dmenu-desktop
 SUBST_SED.fix-paths+=		-e 's,/usr/local/share,${PREFIX}/share,g'
 
 BUILD_DEPENDS+=	asciidoc-[0-9]*:../../textproc/asciidoc
+# for i3-save-tree
+DEPENDS+=	p5-AnyEvent-I3-[0-9]*:../../wip/p5-AnyEvent-I3
 
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/man/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/


Home | Main Index | Thread Index | Old Index