summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjaapb <jaapb>2016-12-30 11:45:28 +0000
committerjaapb <jaapb>2016-12-30 11:45:28 +0000
commit1cf84838d5d6ffcfdeb7882aa2d96c4b6084a6a4 (patch)
treeb1762f703b0ac6df6e894753bb6315567a625bd6 /mk
parent619c53a04b3a22a02fec6ab1dc9d25d4b181ffe9 (diff)
downloadpkgsrc-1cf84838d5d6ffcfdeb7882aa2d96c4b6084a6a4.tar.gz
Corrected an inaccurate comment. No actual changes in behaviour.
Diffstat (limited to 'mk')
-rw-r--r--mk/ocaml.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/ocaml.mk b/mk/ocaml.mk
index 90652a7e430..14ca70db44b 100644
--- a/mk/ocaml.mk
+++ b/mk/ocaml.mk
@@ -1,4 +1,4 @@
-# $NetBSD: ocaml.mk,v 1.10 2016/06/20 19:44:04 jaapb Exp $
+# $NetBSD: ocaml.mk,v 1.11 2016/12/30 11:45:28 jaapb Exp $
#
# This Makefile fragment handles the common variables used by OCaml packages.
#
@@ -131,7 +131,7 @@ PLIST.ocaml-opt= yes
# OASIS targets
#
.if ${OCAML_USE_OASIS} == "yes"
-# OASIS uses buildlink
+# OASIS uses ocamlbuild
.include "../../devel/ocamlbuild/buildlink3.mk"
.if ${OCAML_USE_OASIS_DYNRUN} == "yes"
pre-configure: