aboutsummaryrefslogtreecommitdiffstats
path: root/devel/coccinelle
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2015-05-04 23:46:51 +0800
committermadpilot <madpilot@FreeBSD.org>2015-05-04 23:46:51 +0800
commitc04bac04b94d1b358c3cd74d226dfe4c7586dc12 (patch)
treeaa391452ea6a289ee70b33bcbec2503509a494d2 /devel/coccinelle
parent91bf08e228e22d630e384378dab60d5003d5ded8 (diff)
downloadfreebsd-ports-gnome-c04bac04b94d1b358c3cd74d226dfe4c7586dc12.tar.gz
freebsd-ports-gnome-c04bac04b94d1b358c3cd74d226dfe4c7586dc12.tar.zst
freebsd-ports-gnome-c04bac04b94d1b358c3cd74d226dfe4c7586dc12.zip
- Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which add
depends on the camlp4 language and labltk ocaml modules, which are now in separate ports. - Update x11-toolkits/ocaml-lablgtk2 to 2.18.3 - Update graphics/ocaml-lablgl to 1.05 - Make unison ports use USE_OCAML - Convert ports to the new flags where needed - Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be rebuilt PR: 199845 Submitted by: jbeich@ Differential Revision: https://reviews.freebsd.org/D2434 Approved by: portmgr (mat)
Diffstat (limited to 'devel/coccinelle')
-rw-r--r--devel/coccinelle/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile
index 2851950d7f83..6eee371ed4ec 100644
--- a/devel/coccinelle/Makefile
+++ b/devel/coccinelle/Makefile
@@ -17,6 +17,7 @@ USES= gmake perl5 pkgconfig:build python tar:tgz
GNU_CONFIGURE= yes
USE_PERL5= build
USE_OCAML= 3.0+
+USE_OCAML_CAMLP4=yes
MAKE_ARGS+= PYTHON_VERSION=${PYTHON_VER}
CONFIGURE_ENV+= PYVER=${PYTHON_VER} PYTHON=${PYTHON_CMD}