aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-03-06 06:28:02 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-03-06 06:28:02 +0000
commit2d496adc91a0d180d81f5ab2f274da5887cc01d3 (patch)
tree2f4dc593cea26c1e7bc69811941ca549fd856410 /mail
parentfbcb891de43772c1492ca91807fe9cb01bd3ee29 (diff)
downloadports-2d496adc91a0d180d81f5ab2f274da5887cc01d3.tar.gz
ports-2d496adc91a0d180d81f5ab2f274da5887cc01d3.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/roundcube/Makefile18
1 files changed, 3 insertions, 15 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index ae6752ab50ba..3767021727b1 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -49,18 +49,11 @@ REINPLACE_ARGS= -i ""
MAIL= mail
.endif
PLIST_SUB+= MAIL=${MAIL}
-LOCALBASE?= /usr/local
-
-.if exists(${LOCALBASE}/etc/php.conf)
-.include "${LOCALBASE}/etc/php.conf"
-.endif
OPTIONS= MYSQL "Use MySQL backend" on \
- PGSQL "Use PostgreSQL backend" off
-.if defined(PHP_VER) && ${PHP_VER} == 5
-OPTIONS+= SQLITE "Use SQLite backend" off
-.endif
-OPTIONS+= SPELLCHECK "Enable spellchecking" off \
+ PGSQL "Use PostgreSQL backend" off \
+ SQLITE "Use SQLite backend (php5 only)" off \
+ SPELLCHECK "Enable spellchecking" off \
LOCALCHECK "Install internal spellchecker" off
.include <bsd.port.pre.mk>
@@ -93,11 +86,6 @@ PLIST_SUB+= SPELLCHECK=""
PLIST_SUB+= SPELLCHECK="@comment "
.endif
-# Avoid INDEX breakage when WITHOUT_MYSQL is defined.
-USE_PHP?= yes
-
-.include "${PORTSDIR}/Mk/bsd.php.mk"
-
.if defined(WITH_LOCALCHECK)
post-extract:
@${CP} ${FILESDIR}/spellchecker.php ${WRKSRC}