diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-08-19 22:45:12 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-08-19 22:45:12 +0000 |
commit | 4862f287a9ffc41ca41820a0820a6217d7d91779 (patch) | |
tree | 165a96c383d1e2a729b296432fa1db0622af8262 /chinese/wordpress-zh_TW/Makefile | |
parent | configure script is generated by GNU autotools (diff) |
- Update to version 4.6
- Convert to USES=php:web
PR: 211980
Submitted by: Jochen Neumeister (maintainer)
Notes
Notes:
svn path=/head/; revision=420498
Diffstat (limited to 'chinese/wordpress-zh_TW/Makefile')
-rw-r--r-- | chinese/wordpress-zh_TW/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/wordpress-zh_TW/Makefile b/chinese/wordpress-zh_TW/Makefile index 376055e1931e..dbb49d68dc23 100644 --- a/chinese/wordpress-zh_TW/Makefile +++ b/chinese/wordpress-zh_TW/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.5.2 +PORTVERSION= 4.6 DISTVERSIONSUFFIX= -zh_TW CATEGORIES= chinese www MASTER_SITES= http://tw.wordpress.org/ @@ -18,10 +18,10 @@ BROKEN_powerpc64= Does not build WRKSRC= ${WRKDIR}/${PORTNAME} +USES= php:web USE_PHP= curl gd mysqli pcre tokenizer xml zip ftp NO_ARCH= yes NO_BUILD= yes -WANT_PHP_WEB= yes PLIST= ${WRKDIR}/pkg-plist WWWDIR= ${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX} |