forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
165 B
Makefile
11 lines
165 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sqlite3
|
|
|
|
DB= SQLite
|
|
DB_DESC= SQLite 3
|
|
|
|
USE_SQLITE= 3
|
|
CONFIGURE_ARGS= -system-sqlite
|
|
|
|
.include "${.CURDIR:H:H}/devel/qt5/Makefile.sqldrivers"
|