Date: Wed, 8 Aug 2012 15:36:56 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302297 - head/mail/roundcube Message-ID: <201208081536.q78FaurT099330@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Wed Aug 8 15:36:56 2012 New Revision: 302297 URL: http://svn.freebsd.org/changeset/ports/302297 Log: Make clear that sqlite support needs php 5.3. Modified: head/mail/roundcube/Makefile Modified: head/mail/roundcube/Makefile ============================================================================== --- head/mail/roundcube/Makefile Wed Aug 8 15:24:14 2012 (r302296) +++ head/mail/roundcube/Makefile Wed Aug 8 15:36:56 2012 (r302297) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208081536.q78FaurT099330>