summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/coccinelle/Makefile1
-rw-r--r--devel/frama-c/Makefile1
-rw-r--r--devel/monotone-viz/Makefile2
-rw-r--r--devel/ocaml-camomile/Makefile1
-rw-r--r--devel/ocaml-deriving-ocsigen/Makefile1
-rw-r--r--devel/ocaml-extlib/Makefile1
-rw-r--r--devel/ocaml-typeconv/Makefile1
-rw-r--r--devel/ocaml-ulex/Makefile3
-rw-r--r--devel/ocaml-xstrp4/Makefile1
9 files changed, 9 insertions, 3 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}
diff --git a/devel/frama-c/Makefile b/devel/frama-c/Makefile
index 850b6a19a39b..d8f7fdecf939 100644
--- a/devel/frama-c/Makefile
+++ b/devel/frama-c/Makefile
@@ -4,6 +4,7 @@
PORTNAME= frama-c
DISTVERSIONPREFIX= Sodium-
DISTVERSION= 20150201
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://frama-c.com/download/
diff --git a/devel/monotone-viz/Makefile b/devel/monotone-viz/Makefile
index d2bfbe5f012d..4bc34fc41e0e 100644
--- a/devel/monotone-viz/Makefile
+++ b/devel/monotone-viz/Makefile
@@ -3,7 +3,7 @@
PORTNAME= monotone-viz
PORTVERSION= 1.0.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= devel
MASTER_SITES= http://oandrieu.nerim.net/monotone-viz/
diff --git a/devel/ocaml-camomile/Makefile b/devel/ocaml-camomile/Makefile
index 016039643da7..b2fe3b7675bd 100644
--- a/devel/ocaml-camomile/Makefile
+++ b/devel/ocaml-camomile/Makefile
@@ -15,6 +15,7 @@ LICENSE= LGPL21
USES= gmake tar:bzip2
USE_OCAML= yes
USE_OCAML_FINDLIB=yes
+USE_OCAML_CAMLP4=yes
USE_OCAML_LDCONFIG=yes
USE_OCAML_WASH= yes
GNU_CONFIGURE= yes
diff --git a/devel/ocaml-deriving-ocsigen/Makefile b/devel/ocaml-deriving-ocsigen/Makefile
index c444e11c4549..5288d4c045c5 100644
--- a/devel/ocaml-deriving-ocsigen/Makefile
+++ b/devel/ocaml-deriving-ocsigen/Makefile
@@ -12,6 +12,7 @@ COMMENT= Function derivation library
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
+USE_OCAML_CAMLP4= yes
USE_OCAMLFIND_PLIST= yes
USE_OCAML_LDCONFIG= yes
diff --git a/devel/ocaml-extlib/Makefile b/devel/ocaml-extlib/Makefile
index 33a749a902d8..587b02542f91 100644
--- a/devel/ocaml-extlib/Makefile
+++ b/devel/ocaml-extlib/Makefile
@@ -17,6 +17,7 @@ OPTIONS_DEFINE= DOCS
USE_OCAML= yes
USE_OCAML_FINDLIB=yes
+USE_OCAML_CAMLP4=yes
USE_OCAMLFIND_PLIST=yes
USES= gmake
diff --git a/devel/ocaml-typeconv/Makefile b/devel/ocaml-typeconv/Makefile
index 756325d1cf1b..52c6bfc70af4 100644
--- a/devel/ocaml-typeconv/Makefile
+++ b/devel/ocaml-typeconv/Makefile
@@ -17,6 +17,7 @@ LICENSE_COMB= multi
USE_OCAML= yes
USE_OCAML_FINDLIB=yes
+USE_OCAML_CAMLP4=yes
USE_OCAMLFIND_PLIST=yes
OCAML_PKGDIRS= ${PORTNAME:S,-,_,}
diff --git a/devel/ocaml-ulex/Makefile b/devel/ocaml-ulex/Makefile
index 6385bfc21c29..9830eab2591b 100644
--- a/devel/ocaml-ulex/Makefile
+++ b/devel/ocaml-ulex/Makefile
@@ -11,11 +11,10 @@ PKGNAMEPREFIX= ocaml-
MAINTAINER= johans@FreeBSD.org
COMMENT= Lexer generator for Unicode and OCaml
-BUILD_DEPENDS= camlp4:${PORTSDIR}/devel/ocaml-camlp4
-
USES= gmake
USE_OCAML= true
USE_OCAML_FINDLIB= true
+USE_OCAML_CAMLP4= true
USE_OCAML_LDCONFIG= true
USE_OCAMLFIND_PLIST= yes
diff --git a/devel/ocaml-xstrp4/Makefile b/devel/ocaml-xstrp4/Makefile
index eae871a3936b..32b55c27b6a3 100644
--- a/devel/ocaml-xstrp4/Makefile
+++ b/devel/ocaml-xstrp4/Makefile
@@ -18,6 +18,7 @@ OPTIONS_DEFINE= EXAMPLES
USES= gmake
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
+USE_OCAML_CAMLP4= yes
USE_OCAMLFIND_PLIST= yes
HAS_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes