aboutsummaryrefslogtreecommitdiff
path: root/databases/tcl-sqlite3
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2016-04-21 12:45:16 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2016-04-21 12:45:16 +0000
commit8f35749c6fda834fcc8a227bf34d3c8545188912 (patch)
tree3c47f4ee7e0e777062b9c677d035a29268b3be14 /databases/tcl-sqlite3
parentc487105f082f49ede3520b888fdb4989b471ae0c (diff)
downloadports-8f35749c6fda834fcc8a227bf34d3c8545188912.tar.gz
ports-8f35749c6fda834fcc8a227bf34d3c8545188912.zip
Convert a few more ports to USES=tcl:tea
Notes
Notes: svn path=/head/; revision=413730
Diffstat (limited to 'databases/tcl-sqlite3')
-rw-r--r--databases/tcl-sqlite3/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile
index 9940516c77fe..6b0070968ee6 100644
--- a/databases/tcl-sqlite3/Makefile
+++ b/databases/tcl-sqlite3/Makefile
@@ -19,14 +19,13 @@ OPTIONS_DEFAULT= THREADS
WRKSRC= ${WRKDIR}/${DISTNAME}/tea
-USES= pkgconfig tcl
+USES= pkgconfig tcl:tea
USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
CFLAGS+= -Os
CFLAGS+= `pkg-config --cflags sqlite3`
LDFLAGS+= `pkg-config --libs sqlite3`
-CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} --with-system-sqlite
+CONFIGURE_ARGS= --with-system-sqlite
THREADS_CONFIGURE_ENABLE= threads