aboutsummaryrefslogtreecommitdiff
path: root/mail/phplist
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2016-02-28 07:01:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2016-02-28 07:01:43 +0000
commit6621768807431b1351323aa44bfc2246c0a41080 (patch)
tree8e9ca8ced0be98c562731bd8618253da5eb6b9f1 /mail/phplist
parent14b3726b142e51ae117aab548c66267be5e4e179 (diff)
downloadports-6621768807431b1351323aa44bfc2246c0a41080.tar.gz
ports-6621768807431b1351323aa44bfc2246c0a41080.zip
- Switch to mysqli
Notes
Notes: svn path=/head/; revision=409720
Diffstat (limited to 'mail/phplist')
-rw-r--r--mail/phplist/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/phplist/Makefile b/mail/phplist/Makefile
index b374b0c5f68b..0c6d1739ff69 100644
--- a/mail/phplist/Makefile
+++ b/mail/phplist/Makefile
@@ -3,6 +3,7 @@
PORTNAME= phplist
PORTVERSION= 3.2.4
+PORTREVISION= 1
CATEGORIES= mail www
MASTER_SITES= SF
@@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
USES= cpe tar:tgz
-USE_PHP= hash iconv imap mysql pcre session xml zlib
+USE_PHP= hash iconv imap mysqli pcre session xml zlib
WANT_PHP_WEB= yes
NO_BUILD= yes
NO_ARCH= yes