diff options
Diffstat (limited to 'devel/frama-c/Makefile')
-rw-r--r-- | devel/frama-c/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/frama-c/Makefile b/devel/frama-c/Makefile index 852a09c9e81d..8dd5b664b706 100644 --- a/devel/frama-c/Makefile +++ b/devel/frama-c/Makefile @@ -14,9 +14,9 @@ COMMENT= Extensible platform for source-code analysis of C LICENSE= LGPL21 -EXTRACT_DEPENDS= gtar:${PORTSDIR}/archivers/gtar -BUILD_DEPENDS= ${LOCALBASE}/lib/ocaml/ocamlgraph/graph.a:${PORTSDIR}/math/ocaml-ocamlgraph -RUN_DEPENDS= ${LOCALBASE}/lib/ocaml/ocamlgraph/graph.a:${PORTSDIR}/math/ocaml-ocamlgraph +EXTRACT_DEPENDS= gtar:archivers/gtar +BUILD_DEPENDS= ${LOCALBASE}/lib/ocaml/ocamlgraph/graph.a:math/ocaml-ocamlgraph +RUN_DEPENDS= ${LOCALBASE}/lib/ocaml/ocamlgraph/graph.a:math/ocaml-ocamlgraph USES= gmake USE_OCAML= yes |