git: d31a84713b94 - main - cad/qucs-s: Add missing Octave run-time dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Jul 2022 18:47:58 UTC
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