f323c54791
Upstream changes are mostly minor, but DESTDIRS are now natively supported in the Makefile, so we can remove that patch.
13 lines
371 B
Makefile
13 lines
371 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2022/03/01 09:50:00 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-num
|
|
|
|
.if !defined(OCAML_NUM_BUILDLINK3_MK)
|
|
OCAML_NUM_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-num+= ocaml-num>=1.1
|
|
BUILDLINK_ABI_DEPENDS.ocaml-num+= ocaml-num>=1.4
|
|
BUILDLINK_PKGSRCDIR.ocaml-num?= ../../math/ocaml-num
|
|
.endif # OCAML_NUM_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-num
|