aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2021-05-17 14:35:03 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2021-05-17 14:40:22 +0000
commitf476e826631b6625b78f827bef4a9b7a170a3d27 (patch)
tree76d7343724967d6a4917556aea71b8c6861245f7
parent564b89d5e9dc418a62df43d4efe9d54e13b3f141 (diff)
downloadports-f476e826631b6625b78f827bef4a9b7a170a3d27.tar.gz
ports-f476e826631b6625b78f827bef4a9b7a170a3d27.zip
lang/ecl: compiler requires libatomic_ops in RUN_DEPENDS.
PR: 255935 Reported by: Kevin Zheng <kevinz5000@gmail.com>
-rw-r--r--lang/ecl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile
index e00f4d1cfde5..9067fbeea697 100644
--- a/lang/ecl/Makefile
+++ b/lang/ecl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ecl
PORTVERSION= 20.4.24
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang lisp
MASTER_SITES= https://common-lisp.net/project/ecl/static/files/release/
@@ -17,6 +17,7 @@ BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fau
BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops
LIB_DEPENDS= libgc.so:devel/boehm-gc \
libgmp.so:math/gmp
+RUN_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops
USES= autoreconf gmake localbase makeinfo perl5 tar:tgz
USE_CSTD= c99