4cdd6d01b7
* Fix handling of comments in the ppx. * Fix printing of utf8 in attributes. * Properly flush ppx errors. This bug was causing some blank error messages. * Fix handling of whitespaces in <select> in the ppx.
13 lines
364 B
Makefile
13 lines
364 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2016/12/30 11:52:28 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-tyxml
|
|
|
|
.if !defined(OCAML_TYXML_BUILDLINK3_MK)
|
|
OCAML_TYXML_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-tyxml+= ocaml-tyxml>=4.0.1
|
|
BUILDLINK_PKGSRCDIR.ocaml-tyxml?= ../../textproc/ocaml-tyxml
|
|
|
|
.endif # OCAML_TYXML_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-tyxml
|