summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-23 07:32:50 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-23 07:32:50 +0000
commitb97809dac9eea8858430f657f189bdf1e9db3963 (patch)
tree209f6738cdf209588fd92f8f9cd368369523cd5e /databases
parent- Update to 1.0.1 (diff)
- Turn "Allow loadable extensions" option default on, the port like
databases/py-sqlite3 needs this to execute successfully. PR: ports/149842 Submitted by: lwhsu Approved by: Pavel I Volkov <pol AT opk.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=259814
Diffstat (limited to 'databases')
-rw-r--r--databases/sqlite3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index a5b987f48a71..77815bb674b3 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sqlite3
PORTVERSION= 3.6.23.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= http://www.sqlite.org/
DISTNAME= sqlite-${PORTVERSION}
@@ -33,7 +33,7 @@ OPTIONS= DEBUG "Enable debugging & verbose explain" off \
TCLWRAPPER "Enable TCL wrapper" off \
METADATA "Enable column metadata" on \
THREADSAFE "Build thread-safe library" on \
- EXTENSION "Allow loadable extensions" off
+ EXTENSION "Allow loadable extensions" on
.include <bsd.port.pre.mk>