diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 13:15:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 13:15:47 +0000 |
commit | 4a3bebcae1b693cbd2080fc861c87e36af4f8bc4 (patch) | |
tree | 3c6875e1915991a70b5d02b799e17418d20b218a /databases/tcl-sqlite3 | |
parent | e1bfdfbe5665c963621e06f6bbfbbc2c000a804e (diff) |
Notes
Diffstat (limited to 'databases/tcl-sqlite3')
-rw-r--r-- | databases/tcl-sqlite3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile index 0c3996f9368c..90a5c3b065d6 100644 --- a/databases/tcl-sqlite3/Makefile +++ b/databases/tcl-sqlite3/Makefile @@ -14,7 +14,7 @@ LICENSE= PD LIB_DEPENDS= libsqlite3.so:databases/sqlite3 -OPTIONS_DEFINE= THREADS +OPTIONS_DEFINE= EXAMPLES THREADS OPTIONS_DEFAULT= THREADS WRKSRC= ${WRKDIR}/${DISTNAME}/tea |