From 337a8f79eb7b7492ba3be2a355278638e7bc6c6a Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sat, 10 Dec 2005 06:49:33 +0000 Subject: Remove dependency on lang/ocaml308. This has not been committed yet. --- net-p2p/mldonkey-devel/Makefile | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'net-p2p') diff --git a/net-p2p/mldonkey-devel/Makefile b/net-p2p/mldonkey-devel/Makefile index 12e2d65ffd8c..107b81957d14 100644 --- a/net-p2p/mldonkey-devel/Makefile +++ b/net-p2p/mldonkey-devel/Makefile @@ -122,32 +122,6 @@ post-patch: pre-configure: cd ${WRKSRC}/config && ${AUTOCONF} -# use lang/ocaml308 instead of lang/ocaml -.if exists(${LOCALBASE}/libexec/ocaml-3.08/ocamlc.opt) - @${REINPLACE_CMD} -E \ - -e 's|@OCAMLC@|${LOCALBASE}/libexec/ocaml-3.08/ocamlc.opt|' \ - -e 's|@OCAMLLIB@|${LOCALBASE}/lib/ocaml-3.08|' \ - -e 's|@OCAMLOPT@|${LOCALBASE}/libexec/ocaml-3.08/ocamlopt.opt|' \ - -e 's|@OCAMLLEX@|${LOCALBASE}/libexec/ocaml-3.08/ocamllex.opt|' \ - -e 's|@OCAMLDEP@|${LOCALBASE}/libexec/ocaml-3.08/ocamldep|' \ - -e 's|@OCAMLYACC@|${LOCALBASE}/libexec/ocaml-3.08/ocamlyacc|' \ - -e 's|@CAMLP4@|${LOCALBASE}/libexec/ocaml-3.08/camlp4|' \ - -e 's|@OCAMLLEX@|${LOCALBASE}/libexec/ocaml-3.08/ocamllex.opt|' \ - -e 's|@OCAMLMKTOP@|${LOCALBASE}/libexec/ocaml-3.08/ocamlmktop|' \ - ${WRKSRC}/config/Makefile.config.in -.else - @${REINPLACE_CMD} -E \ - -e 's|@OCAMLC@|${LOCALBASE}/libexec/ocaml-3.08/ocamlc|' \ - -e 's|@OCAMLLIB@|${LOCALBASE}/lib/ocaml-3.08|' \ - -e 's|@OCAMLOPT@|${LOCALBASE}/libexec/ocaml-3.08/ocamlopt|' \ - -e 's|@OCAMLLEX@|${LOCALBASE}/libexec/ocaml-3.08/ocamllex|' \ - -e 's|@OCAMLDEP@|${LOCALBASE}/libexec/ocaml-3.08/ocamldep|' \ - -e 's|@OCAMLYACC@|${LOCALBASE}/libexec/ocaml-3.08/ocamlyacc|' \ - -e 's|@CAMLP4@|${LOCALBASE}/libexec/ocaml-3.08/camlp4|' \ - -e 's|@OCAMLLEX@|${LOCALBASE}/libexec/ocaml-3.08/ocamllex|' \ - -e 's|@OCAMLMKTOP@|${LOCALBASE}/libexec/ocaml-3.08/ocamlmktop|' \ - ${WRKSRC}/config/Makefile.config.in -.endif post-configure: @${REINPLACE_CMD} -E \ -- cgit v1.2.3