diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-06-08 20:13:43 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-06-08 20:13:43 +0000 |
commit | 79ce24dbc4400b699214fce2f822f558aa01a878 (patch) | |
tree | d14407359725ffb193ba92d1a4c977a6ae356599 /security/maia | |
parent | 73693352c549af88e532dd17c0ede49d7054e826 (diff) | |
download | ports-79ce24dbc4400b699214fce2f822f558aa01a878.tar.gz ports-79ce24dbc4400b699214fce2f822f558aa01a878.zip |
Notes
Diffstat (limited to 'security/maia')
-rw-r--r-- | security/maia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/maia/Makefile b/security/maia/Makefile index 812189e4aead..f6a70064fcd5 100644 --- a/security/maia/Makefile +++ b/security/maia/Makefile @@ -7,7 +7,7 @@ PORTNAME= maia DISTVERSION= 1.0.3-${SVNREVISION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.purplehat.org/downloads/maia/ @@ -100,7 +100,7 @@ USE_APACHE= 20+ .if defined(WITH_WEBHOST) USE_PHP= bcmath ctype dom gettext hash iconv imap json mbstring \ mcrypt pdo pdo_sqlite posix session simplexml sockets \ - sqlite tokenizer xml wddx xmlreader xmlwriter xmlrpc + sqlite3 tokenizer xml wddx xmlreader xmlwriter xmlrpc .endif .if defined(WITH_MYSQL) |