aecd5bf742
This removes dependencies on fmt and astring, and fixes minor errors.
14 lines
463 B
Makefile
14 lines
463 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2022/05/11 08:49:56 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-domain-name
|
|
|
|
.if !defined(OCAML_DOMAIN_NAME_BUILDLINK3_MK)
|
|
OCAML_DOMAIN_NAME_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-domain-name+= ocaml-domain-name>=0.3.0
|
|
BUILDLINK_ABI_DEPENDS.ocaml-domain-name+= ocaml-domain-name>=0.4.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-domain-name?= ../../net/ocaml-domain-name
|
|
|
|
.endif # OCAML_DOMAIN_NAME_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-domain-name
|