Date: Thu, 11 May 2023 00:52:55 GMT From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8e4d68e48915 - main - math/octave-forge-communications: Fix configure breakage. Message-ID: <202305110052.34B0qtri022218@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e4d68e489151b98764eb7896a058e537977e564 commit 8e4d68e489151b98764eb7896a058e537977e564 Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2023-05-11 00:51:58 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2023-05-11 00:52:46 +0000 math/octave-forge-communications: Fix configure breakage. --- math/octave-forge-communications/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/octave-forge-communications/Makefile b/math/octave-forge-communications/Makefile index 728f67e71c0f..e55c61c3a58e 100644 --- a/math/octave-forge-communications/Makefile +++ b/math/octave-forge-communications/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING RUN_DEPENDS= ${OCTAVE_TARBALLS_DIR}/signal.tar.gz:math/octave-forge-signal -USES= octave autoreconf +USES= octave autoreconf pkgconfig OCTAVE_SRC= ${OCTAVE_PKGNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305110052.34B0qtri022218>