b12904483c
pkglint -Wall -F --only aligned --only indent -r Manually excluded phraseanet since pkglint got the indentation wrong.
13 lines
325 B
Makefile
13 lines
325 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2019/11/04 22:09:58 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-uri
|
|
|
|
.if !defined(OCAML_URI_BUILDLINK3_MK)
|
|
OCAML_URI_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-uri+= ocaml-uri>=2.2.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-uri?= ../../www/ocaml-uri
|
|
|
|
.endif # OCAML_URI_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-uri
|