Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 11:27:55 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536967 - head/lang/ocaml
Message-ID:  <202005291127.04TBRtjl001678@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri May 29 11:27:54 2020
New Revision: 536967
URL: https://svnweb.freebsd.org/changeset/ports/536967

Log:
  ocaml depends on as(1) at runtime
  
  PR:		205250

Modified:
  head/lang/ocaml/Makefile

Modified: head/lang/ocaml/Makefile
==============================================================================
--- head/lang/ocaml/Makefile	Fri May 29 11:19:16 2020	(r536966)
+++ head/lang/ocaml/Makefile	Fri May 29 11:27:54 2020	(r536967)
@@ -25,6 +25,7 @@ BROKEN_mips64=	No ASM support
 BROKEN_mips=	No ASM support
 
 BUILD_DEPENDS=	as:devel/binutils
+RUN_DEPENDS=	as:devel/binutils
 
 USES=		cpe compiler:c11 gmake tar:xz
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005291127.04TBRtjl001678>