summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/ocaml-opam/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/ocaml-opam/Makefile b/devel/ocaml-opam/Makefile
index 7914edc13b95..a050231c9e94 100644
--- a/devel/ocaml-opam/Makefile
+++ b/devel/ocaml-opam/Makefile
@@ -3,7 +3,7 @@
PORTNAME= opam
PORTVERSION= 1.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= https://github.com/ocaml/opam/releases/download/${DISTVERSION}/ \
http://github.com/ocaml/opam/releases/download/${DISTVERSION}/
@@ -23,7 +23,7 @@ MAKE_ENV+= TERM=xterm
ALL_TARGET= lib-ext all man
OPTIONS_DEFINE= RSYNC GIT WGET HG DARCS ASPCUD
-OPTIONS_DEFAULT= RSYNC GIT WGET
+OPTIONS_DEFAULT= RSYNC GIT WGET ASPCUD
RSYNC_DESC= Remote repository synchronized with Rsync
WGET_DESC= Remote repository synchronized with git
@@ -39,6 +39,8 @@ HG_RUN_DEPENDS:= hg:${PORTSDIR}/devel/mercurial
DARCS_RUN_DEPENDS:= darcs:${PORTSDIR}/devel/hs-darcs
ASPCUD_RUN_DEPENDS:= aspcud:${PORTSDIR}/math/aspcud
+RUN_DEPENDS:= camlp4:${PORTSDIR}/devel/ocaml-camlp4
+
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>