aboutsummaryrefslogtreecommitdiff
path: root/mail/roundcube
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2016-10-04 10:38:06 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2016-10-04 10:38:06 +0000
commitc6b350ddca70fe64cfac744e357c20628799042f (patch)
treec54cd159133c91e40701f80975e75ef16a2b2ee6 /mail/roundcube
parentc73ccc788ebcd22b694504d943897436e3ff05eb (diff)
downloadports-c6b350ddca70fe64cfac744e357c20628799042f.tar.gz
ports-c6b350ddca70fe64cfac744e357c20628799042f.zip
mail/roundcube: fix dependency when using SQLite, bump PORTREVISION
Notes
Notes: svn path=/head/; revision=423250
Diffstat (limited to 'mail/roundcube')
-rw-r--r--mail/roundcube/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index db2a7f7b166d..f4ec2089390c 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -2,6 +2,7 @@
PORTNAME= roundcube
DISTVERSION= 1.2.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES?= mail www
MASTER_SITES= https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/
@@ -46,7 +47,7 @@ NSC_IMPLIES= PSPELL
NSC_VARS= use_php+=simplexml rcubecomp+=spellchecker.php
PGSQL_VARS= use_php+=pdo_pgsql
PSPELL_VARS= use_php+=pspell
-SQLITE_VARS= use_php+=pdo_pgsql
+SQLITE_VARS= use_php+=pdo_sqlite
post-extract-NSC:
@${CP} ${FILESDIR}/spellchecker.php ${WRKSRC}