pkgsrc-WIP-changes archive

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

py-beampy: Depend on dvisvgm, pdfjam, inkscape



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Feb 25 11:06:28 2017 +0100
Changeset:	a3c6550de211a5d887d1d1c5f364dcc196722ef9

Modified Files:
	py-beampy/Makefile

Log Message:
py-beampy: Depend on dvisvgm, pdfjam, inkscape

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

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

diffstat:
 py-beampy/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/py-beampy/Makefile b/py-beampy/Makefile
index 24e69eaaa7..2dd35e70f4 100644
--- a/py-beampy/Makefile
+++ b/py-beampy/Makefile
@@ -20,5 +20,9 @@ WRKSRC=		${WRKDIR}/beampy-${GITHUB_TAG}/
 DEPENDS+=	${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
 DEPENDS+=	${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
 
+DEPENDS+=	dvisvgm-[0-9]*:../../wip/dvisvgm
+DEPENDS+=	pdfjam-[0-9]*:../../print/pdfjam # pdfjoin
+DEPENDS+=	inkscape-[0-9]*:../../graphics/inkscape
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index