pkgsrc/textproc/hs-texmath/buildlink3.mk
pho eb4c25c2da Update to texmath-0.12
* Use Text instead of String in data types and functions
  (Christian Despres) [API change].  Note that there are still a few
  places where we unpack Text to String with a view pattern:
  performance could likely be increased with further rewriting.
* Avoid use of !! with negative index (jgm/pandoc#5853).
2020-01-11 10:21:27 +00:00

18 lines
585 B
Makefile

# $NetBSD: buildlink3.mk,v 1.21 2020/01/11 10:21:27 pho Exp $
BUILDLINK_TREE+= hs-texmath
.if !defined(HS_TEXMATH_BUILDLINK3_MK)
HS_TEXMATH_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-texmath+= hs-texmath>=0.12
BUILDLINK_ABI_DEPENDS.hs-texmath+= hs-texmath>=0.12
BUILDLINK_PKGSRCDIR.hs-texmath?= ../../textproc/hs-texmath
.include "../../textproc/hs-pandoc-types/buildlink3.mk"
.include "../../devel/hs-syb/buildlink3.mk"
.include "../../textproc/hs-xml/buildlink3.mk"
.include "../../converters/hs-aeson/buildlink3.mk"
.endif # HS_TEXMATH_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-texmath