diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-11-04 14:53:09 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-11-04 14:53:09 +0000 |
commit | 704aba85a765e50b6075ccde980fbecc4fafa3eb (patch) | |
tree | 53fb7fdcbd64b12d2fd91095778f99dbc2f8919d /mail | |
parent | 9a0ea55a1dd2723837409daef85bc38873974f2c (diff) | |
download | ports-704aba85a765e50b6075ccde980fbecc4fafa3eb.tar.gz ports-704aba85a765e50b6075ccde980fbecc4fafa3eb.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirrelmail/Makefile | 4 |
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 |