git: 9770140a4a45 - main - math/octave-forge-joystick: Fix stupid typo.

From: Stephen Montgomery-Smith <stephen_at_FreeBSD.org>
Date: Tue, 14 Oct 2025 14:30:55 UTC
The branch main has been updated by stephen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9770140a4a451abfd14e39f9629309f8e3a433d6

commit 9770140a4a451abfd14e39f9629309f8e3a433d6
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2025-10-14 14:30:31 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2025-10-14 14:30:31 +0000

    math/octave-forge-joystick: Fix stupid typo.
---
 math/octave-forge-joystick/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/octave-forge-joystick/Makefile b/math/octave-forge-joystick/Makefile
index 75c192b70a09..1469177b1b74 100644
--- a/math/octave-forge-joystick/Makefile
+++ b/math/octave-forge-joystick/Makefile
@@ -10,7 +10,7 @@ WWW=		https://packages.octave.org/
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKDIR}/${OCTAVE_SRC}/COPYING
 
-BUILD_DEPENDS+	cmake:devel/cmake # Required by configure.
+BUILD_DEPENDS+=	cmake:devel/cmake # Required by configure.
 
 LIB_DEPENDS+=	libSDL2.so:devel/sdl20