summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2015-08-07 11:51:58 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2015-08-07 11:51:58 +0000
commitb76108ad6a2f35e963212f41049ed9c04cc26f11 (patch)
tree1a5b673047411bd7fd72f54e8506215d73e6241d
parent58b02ffca4c7fff06e2ed951cb7517fbc403aac3 (diff)
downloadfreebsd-ports-b76108ad6a2f35e963212f41049ed9c04cc26f11.zip
devel/ocaml-opam: change default options
- Set aspcud as default solver, add a dependency to campl4 required to use the system compiler as per upstream request. PR: 202148 Submitted by: Joris Giovannangeli <joris@giovannangeli.fr> (maintainer)
-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>