Date: Fri, 28 Oct 2022 22:34:52 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: 06ff38e87245 - main - math/octave-forge-sqlite: fix portlint issue. Message-ID: <202210282234.29SMYqD5049560@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=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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210282234.29SMYqD5049560>