Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jul 2022 18:47:58 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: d31a84713b94 - main - cad/qucs-s: Add missing Octave run-time dependency
Message-ID:  <202207081847.268Ilw9m047107@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=d31a84713b94ab013ed1239b358d845c65a744f3

commit d31a84713b94ab013ed1239b358d845c65a744f3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-08 18:07:56 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-08 18:47:55 +0000

    cad/qucs-s: Add missing Octave run-time dependency
---
 cad/qucs-s/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/cad/qucs-s/Makefile b/cad/qucs-s/Makefile
index b94ba700bbf4..9848896ba127 100644
--- a/cad/qucs-s/Makefile
+++ b/cad/qucs-s/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	qucs-s
 DISTVERSION=	0.0.24
+PORTREVISION=	1
 CATEGORIES=	cad
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -8,7 +9,8 @@ COMMENT=	Quite Universal Circuit Simulator: GUI for circuit simulation kernels
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	ngspice:cad/ngspice_rework
+RUN_DEPENDS=	ngspice:cad/ngspice_rework \
+		octave:math/octave
 
 USES=		cmake qt:5
 USE_QT=		core gui printsupport svg widgets buildtools_build linguisttools_build qmake_build



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