git: 06ff38e87245 - main - math/octave-forge-sqlite: fix portlint issue.

From: Stephen Montgomery-Smith <stephen_at_FreeBSD.org>
Date: Fri, 28 Oct 2022 22:34:52 UTC
The branch main has been updated by stephen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=06ff38e87245b9c7bba85ece2c4069b6541bf98c

commit 06ff38e87245b9c7bba85ece2c4069b6541bf98c
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2022-10-28 22:32:20 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2022-10-28 22:32:20 +0000

    math/octave-forge-sqlite: fix portlint issue.
---
 math/octave-forge-sqlite/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/octave-forge-sqlite/Makefile b/math/octave-forge-sqlite/Makefile
index ef2255ca2181..c75d744bd727 100644
--- a/math/octave-forge-sqlite/Makefile
+++ b/math/octave-forge-sqlite/Makefile
@@ -10,13 +10,14 @@ WWW=		http://octave.sourceforge.net/
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
 
+USES=		autoreconf
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	gnu-octave
 GH_PROJECT=	octave-sqlite
 
 LIB_DEPENDS+=	libsqlite3.so:databases/sqlite3
 
-USES=		autoreconf
 GNU_CONFIGURE=	yes
 
 # OCTSRC is the name of the directory of the package.