diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-10-23 13:51:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-10-23 13:51:12 +0800 |
commit | 0b95e1dd38ca26f6638df81daee7c004b035d5b1 (patch) | |
tree | b5bc86d40c9aae8c7f7dd34c0a066711d5988610 /www | |
parent | 2a588d4820f2c0366d7ca17e18ca77600c604606 (diff) | |
download | freebsd-ports-gnome-0b95e1dd38ca26f6638df81daee7c004b035d5b1.tar.gz freebsd-ports-gnome-0b95e1dd38ca26f6638df81daee7c004b035d5b1.tar.zst freebsd-ports-gnome-0b95e1dd38ca26f6638df81daee7c004b035d5b1.zip |
- Add missing PHP dependency: zip
PR: ports/151580
Submitted by: ychsiao <ychsiao@ychsiao.org> (maintainer)
Approved by: pgollucci (mentor, implicit)
Diffstat (limited to 'www')
-rw-r--r-- | www/wordpress/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index c73655962cae..2d546bc00f91 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -20,7 +20,7 @@ COMMENT= A state-of-the-art semantic personal publishing platform WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PHP= mysql pcre xml gd tokenizer +USE_PHP= mysql pcre xml gd tokenizer zip NO_BUILD= YES WANT_PHP_WEB= YES WORDPRESS?= www/data/wordpress |