Corrected mistake in buildlink3.mk for archivers/ocaml-decompress
This commit is contained in:
parent
29756a4abd
commit
42c2fb81b9
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.3 2022/05/03 19:45:12 jaapb Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.4 2022/05/24 17:37:50 jaapb Exp $
|
||||
|
||||
BUILDLINK_TREE+= ocaml-decompress
|
||||
|
||||
|
@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-decompress
|
|||
OCAML_DECOMPRESS_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.ocaml-decompress+= ocaml-decompress>=1.4.1
|
||||
BUILDLINK_API_DEPENDS.ocaml-decompress+= ocaml-decompress>=1.4.3
|
||||
BUILDLINK_ABI_DEPENDS.ocaml-decompress+= ocaml-decompress>=1.4.3
|
||||
BUILDLINK_PKGSRCDIR.ocaml-decompress?= ../../archivers/ocaml-decompress
|
||||
|
||||
.endif # OCAML_DECOMPRESS_BUILDLINK3_MK
|
||||
|
|
Loading…
Reference in a new issue