summaryrefslogtreecommitdiff
path: root/mail/squirrelmail
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-11-04 14:53:09 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-11-04 14:53:09 +0000
commit704aba85a765e50b6075ccde980fbecc4fafa3eb (patch)
tree53fb7fdcbd64b12d2fd91095778f99dbc2f8919d /mail/squirrelmail
parentWe use emacs during the build to byte-compile the libraries. (diff)
Add dependency on PHP XML module.
PR: ports/73446 Submitted by: Simon Dick <simond@irrelevant.org> (maintainer)
Notes
Notes: svn path=/head/; revision=120776
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r--mail/squirrelmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile
index 0181275fa1d1..7b70327e8fcf 100644
--- a/mail/squirrelmail/Makefile
+++ b/mail/squirrelmail/Makefile
@@ -7,7 +7,7 @@
PORTNAME= squirrelmail
PORTVERSION?= 1.4.3a
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= mail www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= squirrelmail
@@ -17,7 +17,7 @@ COMMENT?= A webmail system which accesses mail over IMAP
CONFLICTS?= ja-squirrelmail-1.*
-USE_PHP= session mhash gettext mbstring pcre openssl
+USE_PHP= session mhash gettext mbstring pcre openssl xml
WANT_PHP_WEB= yes
USE_BZIP2= yes