git: fe804db5e85a - main - databases/p5-DBD-SQLite: Use USES=sqlite
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Dec 2024 19:26:10 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe804db5e85a2cb6bd5fb7845c11cbdc2bec2bdd commit fe804db5e85a2cb6bd5fb7845c11cbdc2bec2bdd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-25 19:01:32 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-25 19:16:55 +0000 databases/p5-DBD-SQLite: Use USES=sqlite --- databases/p5-DBD-SQLite/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index 0be9b908d111..36298e0c9027 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -22,9 +22,9 @@ PORTSCOUT= limit:^[0-9\.]*$$ OPTIONS_DEFINE= BUNDLED_SQLITE OPTIONS_DEFAULT=BUNDLED_SQLITE - BUNDLED_SQLITE_DESC= Use bundled SQLite (otherwise, from databases/sqlite3) -BUNDLED_SQLITE_LIB_DEPENDS_OFF= libsqlite3.so:databases/sqlite3 + +BUNDLED_SQLITE_USES_OFF= sqlite BUNDLED_SQLITE_CONFIGURE_OFF= USE_LOCAL_SQLITE=0 SQLITE_LOCATION=${LOCALBASE} post-patch-BUNDLED_SQLITE-off: