pkgsrc-WIP-changes archive

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

dvisvgm: Depend on pkg-config, kpathsea, freetype2, potrace, xmlto



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Feb 25 10:13:09 2017 +0100
Changeset:	577b7227608c5955a75989030512a8613df873ad

Modified Files:
	dvisvgm/Makefile

Log Message:
dvisvgm: Depend on pkg-config, kpathsea, freetype2, potrace, xmlto

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

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

diffstat:
 dvisvgm/Makefile | 8 ++++++++
 1 file changed, 8 insertions(+)

diffs:
diff --git a/dvisvgm/Makefile b/dvisvgm/Makefile
index 8892ffe9c6..d7fee41771 100644
--- a/dvisvgm/Makefile
+++ b/dvisvgm/Makefile
@@ -13,5 +13,13 @@ LICENSE=	gnu-gpl-v3
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
 USE_LANGUAGES=	c c++
+USE_TOOLS+=	pkg-config
 
+CPPFLAGS+=	-I${BUILDLINK_PREFIX.kpathsea}/lib
+
+DEPENDS+=	xmlto-[0-9]*:../../textproc/xmlto
+
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/potrace/buildlink3.mk"
+.include "../../print/kpathsea/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index