1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

textproc/askgit: Add missing build dependency.

# github.com/mattn/go-sqlite3
  vendor/github.com/mattn/go-sqlite3/backup.go:12:10: fatal error: 'sqlite3.h' file not found
  #include <sqlite3.h>

Approved by:	portmgr (build fix blanket)
This commit is contained in:
Mikael Urankar 2021-09-25 19:16:14 +02:00
parent af6abaae53
commit 9879ee4c3d

View File

@ -10,6 +10,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgit2.so:devel/libgit2
BUILD_DEPENDS= sqlite3>=3.0.0:databases/sqlite3
USES= go:modules pkgconfig
USE_GITHUB= yes