Date: Fri, 21 Jul 2023 18:59:59 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5cf79ceb117a - main - math/fricas: Enable command history by adding rlwrap dependency Message-ID: <202307211859.36LIxxEE040986@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cf79ceb117a12660480597d999e4ff9c4396010 commit 5cf79ceb117a12660480597d999e4ff9c4396010 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-07-21 18:43:08 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-21 18:59:56 +0000 math/fricas: Enable command history by adding rlwrap dependency --- math/fricas/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/fricas/Makefile b/math/fricas/Makefile index 8ac2df493c06..b87c91424873 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -1,6 +1,7 @@ PORTNAME= fricas DISTVERSION= 1.3.9 DISTVERSIONSUFFIX= -full +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF @@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/license/LICENSE.AXIOM BROKEN_i386= build fails, reported to ML BUILD_DEPENDS= sbcl:lang/sbcl +RUN_DEPENDS= rlwrap:devel/rlwrap USES= autoreconf gmake tar:bz2 xorg USE_XORG= ice sm x11 xpm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307211859.36LIxxEE040986>