svn commit: r536967 - head/lang/ocaml
Antoine Brodin
antoine at FreeBSD.org
Fri May 29 11:27:55 UTC 2020
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
More information about the svn-ports-all
mailing list