summaryrefslogtreecommitdiff
path: root/chat/ejabberd/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chat/ejabberd/options.mk')
-rw-r--r--chat/ejabberd/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ejabberd/options.mk b/chat/ejabberd/options.mk
index 11de570de2c..cac7aef0037 100644
--- a/chat/ejabberd/options.mk
+++ b/chat/ejabberd/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2016/01/16 19:28:01 fhajny Exp $
+# $NetBSD: options.mk,v 1.4 2016/04/25 20:24:14 fhajny Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ejabberd
PKG_SUPPORTED_OPTIONS= redis sqlite
@@ -17,5 +17,5 @@ DEPENDS+= erlang-eredis>=1.0.8.20150910:../../databases/erlang-eredis
# Add SQLite 3 support
#
.if !empty(PKG_OPTIONS:Msqlite)
-DEPENDS+= erlang-sqlite3>=1.1.5.20151221:../../databases/erlang-sqlite3
+DEPENDS+= erlang-sqlite3>=1.1.5:../../databases/erlang-sqlite3
.endif