diff options
Diffstat (limited to 'math/alt-ergo-spark/Makefile')
-rw-r--r-- | math/alt-ergo-spark/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/alt-ergo-spark/Makefile b/math/alt-ergo-spark/Makefile index 867e07b745fe..13ea4f5b02ab 100644 --- a/math/alt-ergo-spark/Makefile +++ b/math/alt-ergo-spark/Makefile @@ -15,9 +15,9 @@ LICENSE_NAME= Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre] C license, version 1 LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BUILD_DEPENDS= ocaml-zarith>1.2:${PORTSDIR}/math/ocaml-zarith \ - ocaml-ocamlgraph>1.8:${PORTSDIR}/math/ocaml-ocamlgraph -RUN_DEPENDS= ocaml-ocamlgraph>1.8:${PORTSDIR}/math/ocaml-ocamlgraph +BUILD_DEPENDS= ocaml-zarith>1.2:math/ocaml-zarith \ + ocaml-ocamlgraph>1.8:math/ocaml-ocamlgraph +RUN_DEPENDS= ocaml-ocamlgraph>1.8:math/ocaml-ocamlgraph USES= gmake USE_OCAML= yes |