diff options
author | Alex Dupre <ale@FreeBSD.org> | 2012-08-08 15:36:56 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2012-08-08 15:36:56 +0000 |
commit | 9797df462b3ec5461de3f80a2cb28967be2bcc9e (patch) | |
tree | 037ce369ba8d3ddb56072cbb7f6df44ddeee2c78 /mail/roundcube | |
parent | 2a73c09e29c28745fafee9d320e3ffac64e26ac9 (diff) | |
download | ports-9797df462b3ec5461de3f80a2cb28967be2bcc9e.tar.gz ports-9797df462b3ec5461de3f80a2cb28967be2bcc9e.zip |
Notes
Diffstat (limited to 'mail/roundcube')
-rw-r--r-- | mail/roundcube/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 9a5cd2c433e0..1010e6fa0f63 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -41,13 +41,13 @@ PLIST_SUB+= MAIL=${MAIL} OPTIONS= MYSQL "Use MySQL backend" on \ PGSQL "Use PostgreSQL backend" off \ - SQLITE "Use SQLite backend" off \ + SQLITE "Use SQLite backend (needs PHP 5.3 or below)" off \ SSL "Enable SSL support (imaps or google spellcheck)" off \ LDAP "Enable LDAP support (address book)" off \ PSPELL "Enable PSpell support (internal spellcheck)" off \ NSC "Install network spellchecker" off -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if defined(WITHOUT_MYSQL) && !defined(WITH_PGSQL) && !defined(WITH_SQLITE) IGNORE= needs a database backend @@ -154,4 +154,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |