aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite3
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/sqlite3
parent6b65621da34b96904daebf6568b5dd31533f7a2b (diff)
downloadports-b97809dac9eea8858430f657f189bdf1e9db3963.tar.gz
ports-b97809dac9eea8858430f657f189bdf1e9db3963.zip
Notes
Diffstat (limited to 'databases/sqlite3')
-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>