aboutsummaryrefslogtreecommitdiff
path: root/www/hastymail2
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-12-11 20:17:36 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-12-11 20:17:36 +0000
commit63475a23c92cd2246984d9ad2881fc7ff9a5a340 (patch)
treef114e355bba782f9acd4210f0fb0a4182ac40b4a /www/hastymail2
parenta9c2b049ac7158cb24660f030bb5625cdbe750c0 (diff)
downloadports-63475a23c92cd2246984d9ad2881fc7ff9a5a340.tar.gz
ports-63475a23c92cd2246984d9ad2881fc7ff9a5a340.zip
www/hastymail requires extra php modules
Expand USE_PHP with pcre PR: ports/116798 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=202986
Diffstat (limited to 'www/hastymail2')
-rw-r--r--www/hastymail2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/hastymail2/Makefile b/www/hastymail2/Makefile
index 956d5913c894..6cd729691217 100644
--- a/www/hastymail2/Makefile
+++ b/www/hastymail2/Makefile
@@ -23,7 +23,7 @@ INSTALL_DIR?= www/${PORTNAME}
PLIST= ${WRKDIR}/pkg-plist
WANT_PHP_WEB= yes
-USE_PHP= session imap
+USE_PHP= session imap pcre
.include <bsd.port.pre.mk>