mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +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:
parent
af6abaae53
commit
9879ee4c3d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user