diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 18:01:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 18:01:09 +0000 |
commit | 4ea7b9edaecb51f9e3084d746156c73f4cd43962 (patch) | |
tree | 39484054f818fd9d23cb1801b9817b3fb958f201 /www/habari | |
parent | 97987cee2a8e24656a01c8ef2171aed9846ee32a (diff) | |
download | ports-4ea7b9edaecb51f9e3084d746156c73f4cd43962.tar.gz ports-4ea7b9edaecb51f9e3084d746156c73f4cd43962.zip |
Convert www to USES=zip
Notes
Notes:
svn path=/head/; revision=347789
Diffstat (limited to 'www/habari')
-rw-r--r-- | www/habari/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/habari/Makefile b/www/habari/Makefile index b0b11943936a..1fe0c48ac2e7 100644 --- a/www/habari/Makefile +++ b/www/habari/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://habariproject.org/dist/ \ MAINTAINER= ayu@commun.jp COMMENT= Next-generation free software blogging platform -USE_ZIP= yes +USES= zip USE_PHP= ctype filter hash json mbstring pcre pdo session simplexml tokenizer zlib WANT_PHP_WEB= yes NO_BUILD= yes |