aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail/bsd.squirrelmail.mk
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-10-30 16:19:26 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-10-30 16:19:26 +0000
commit2c2e3eefde4fd78293e65d845fe6cfe0e2ff1f8e (patch)
tree869e4918a0a8237dafef4970a192186681018749 /mail/squirrelmail/bsd.squirrelmail.mk
parent8469005d4143e73831c907330105fb9b5c7ca5e4 (diff)
downloadports-2c2e3eefde4fd78293e65d845fe6cfe0e2ff1f8e.tar.gz
ports-2c2e3eefde4fd78293e65d845fe6cfe0e2ff1f8e.zip
Update squirrelmail to 20161030 sources, which most notably brings
much better php70 support. The optional database backend has switched from PEAR to PDO, so include an UPDATING note about it.
Notes
Notes: svn path=/head/; revision=424954
Diffstat (limited to 'mail/squirrelmail/bsd.squirrelmail.mk')
-rw-r--r--mail/squirrelmail/bsd.squirrelmail.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/squirrelmail/bsd.squirrelmail.mk b/mail/squirrelmail/bsd.squirrelmail.mk
index 4ec2ad175634..8fb89e36e8f8 100644
--- a/mail/squirrelmail/bsd.squirrelmail.mk
+++ b/mail/squirrelmail/bsd.squirrelmail.mk
@@ -48,7 +48,9 @@ NO_BUILD= yes
NO_ARCH= yes
NO_WRKSUBDIR= yes
USE_PHP?= yes
-WANT_PHP_WEB= yes
+.if empty(USES:Mphp*)
+USES+= php:web
+.endif
SQUIRREL_PLUGIN_NAME?= ${PORTNAME}
PLIST_SUB+= SQUIRREL_PLUGIN_NAME=${SQUIRREL_PLUGIN_NAME}