git: 7fae97b39a91 - main - math/octave-forge-sqlite: Fix build error.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Oct 2022 23:24:02 UTC
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=7fae97b39a91c7da3564af25c29380776efc02eb commit 7fae97b39a91c7da3564af25c29380776efc02eb Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2022-10-30 23:23:07 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2022-10-30 23:23:07 +0000 math/octave-forge-sqlite: Fix build error. Reported by: pkg-fallout@ --- math/octave-forge-sqlite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/octave-forge-sqlite/Makefile b/math/octave-forge-sqlite/Makefile index ce66189963c1..7d1d6dddd423 100644 --- a/math/octave-forge-sqlite/Makefile +++ b/math/octave-forge-sqlite/Makefile @@ -10,7 +10,7 @@ WWW= https://packages.octave.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING -USES= autoreconf +USES= autoreconf pkgconfig USE_GITHUB= yes GH_ACCOUNT= gnu-octave