aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2022-10-30 23:23:07 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2022-10-30 23:23:07 +0000
commit7fae97b39a91c7da3564af25c29380776efc02eb (patch)
tree7fbbe86d2aa22d08df98a8c1778067f894abf1d4
parent539e6b03926a1e868bc23e595263fec12160fe33 (diff)
downloadports-7fae97b39a91c7da3564af25c29380776efc02eb.tar.gz
ports-7fae97b39a91c7da3564af25c29380776efc02eb.zip
math/octave-forge-sqlite: Fix build error.
Reported by: pkg-fallout@
-rw-r--r--math/octave-forge-sqlite/Makefile2
1 files changed, 1 insertions, 1 deletions
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