diff options
| author | Robert Clausecker <fuz@FreeBSD.org> | 2026-01-27 10:48:52 +0000 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2026-02-04 12:41:13 +0000 |
| commit | bf5929093a7e269d6231266763fcd9ea8af1640e (patch) | |
| tree | d11b5999e58ca325c07888f7b6f918d55362e17f | |
| parent | b3d11ffecc831024f153c06b2cdd78957d6186f0 (diff) | |
devel/fnc: convert to USES=sqlite:3
Fixes: 8a6ffe8081c9a5d61f5d280b1578ed72c19f6303
Reported by: jhale
MFH: 2026Q1
| -rw-r--r-- | devel/fnc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/fnc/Makefile b/devel/fnc/Makefile index a4850df163ca..afa5e6957ea3 100644 --- a/devel/fnc/Makefile +++ b/devel/fnc/Makefile @@ -12,9 +12,7 @@ WWW= https://fnc.bsdbox.org/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libsqlite3.so:databases/sqlite3 - -USES= localbase:ldflags ncurses +USES= localbase:ldflags ncurses sqlite:3 MAKE_JOBS_UNSAFE= yes CFLAGS+= -Wno-error=gnu-statement-expression |
