diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-10-31 11:28:06 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-10-31 11:28:06 +0000 |
commit | 97318cd78ca19203ce75b0b34ae4965bdcf65ab8 (patch) | |
tree | afb3afdbf3edc91be1668e484bf27b0fd80d347c /mail/nocc | |
parent | 4f6f936f4ba2cb55ac6fffe0a072213ecba102b1 (diff) | |
download | ports-97318cd78ca19203ce75b0b34ae4965bdcf65ab8.tar.gz ports-97318cd78ca19203ce75b0b34ae4965bdcf65ab8.zip |
Notes
Diffstat (limited to 'mail/nocc')
-rw-r--r-- | mail/nocc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/nocc/Makefile b/mail/nocc/Makefile index 00bbbfa1d61e..509c3ec84081 100644 --- a/mail/nocc/Makefile +++ b/mail/nocc/Makefile @@ -7,6 +7,7 @@ PORTNAME= nocc PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ale@FreeBSD.org COMMENT= A web-based e-mail system which access POP3 and IMAP mail servers -USE_PHP= iconv imap pcre session +USE_PHP= iconv imap mbstring pcre session WANT_PHP_WEB= yes SUB_FILES= pkg-message |