summaryrefslogtreecommitdiff
path: root/textproc/ocaml-textutils
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2019-03-25 09:38:57 +0000
committerjaapb <jaapb@pkgsrc.org>2019-03-25 09:38:57 +0000
commitd6a83b13bab4d119b1055e42695d21208c877db3 (patch)
tree9b9fe9e61578114c2188cd89e16c684c369d5d82 /textproc/ocaml-textutils
parentb85f47f6e6920d664964db338ef8ce7688ae62ad (diff)
downloadpkgsrc-d6a83b13bab4d119b1055e42695d21208c877db3.tar.gz
Removed comments in ocaml Makefiles for now-added dependencies
Diffstat (limited to 'textproc/ocaml-textutils')
-rw-r--r--textproc/ocaml-textutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ocaml-textutils/Makefile b/textproc/ocaml-textutils/Makefile
index 59253fc2bba..08276393c87 100644
--- a/textproc/ocaml-textutils/Makefile
+++ b/textproc/ocaml-textutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/03/21 14:56:45 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2019/03/25 09:38:57 jaapb Exp $
GITHUB_PROJECT= textutils
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -16,6 +16,6 @@ USE_LANGUAGES= # none
OCAML_USE_DUNE= yes
.include "../../mk/ocaml.mk"
-#.include "../../devel/ocaml-core/buildlink3.mk"
+.include "../../devel/ocaml-core/buildlink3.mk"
.include "../../devel/ocaml-ppx_jane/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"