7724b801cd
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
13 lines
327 B
Makefile
13 lines
327 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2019/11/03 10:39:23 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-hex
|
|
|
|
.if !defined(OCAML_HEX_BUILDLINK3_MK)
|
|
OCAML_HEX_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-hex+= ocaml-hex>=1.3.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-hex?= ../../devel/ocaml-hex
|
|
|
|
.endif # OCAML_HEX_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-hex
|