[Bug 265105] textproc/refdb: update to 1.0.3

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 08 Aug 2022 19:12:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265105

--- Comment #23 from Michael Gmelin <grembo@FreeBSD.org> ---
(In reply to O. Hartmann from comment #22)

> Last attempt

Why? You're so close now :)

There's at least one change from comment #11 missing:

> Rename SQLITE option helper (the option is SQLITE, but the helpers
> where[sic] SQLITE3_...)

So basically you either rename the option to "SQLITE3", or, probably better,
change those two lines:

SQLITE3_USES=       sqlite
SQLITE3_CONFIGURE_WITH= sqlite3

to

SQLITE_USES=       sqlite
SQLITE_CONFIGURE_WITH= sqlite3

-- 
You are receiving this mail because:
You are the assignee for the bug.