diff options
Diffstat (limited to 'chinese/wordpress-zh_TW/Makefile')
-rw-r--r-- | chinese/wordpress-zh_TW/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/wordpress-zh_TW/Makefile b/chinese/wordpress-zh_TW/Makefile index 2c6b70454d3c..097c41d3a7bb 100644 --- a/chinese/wordpress-zh_TW/Makefile +++ b/chinese/wordpress-zh_TW/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.7.3 +PORTVERSION= 4.7.4 DISTVERSIONSUFFIX= -zh_TW CATEGORIES= chinese www MASTER_SITES= http://tw.wordpress.org/ @@ -20,6 +20,7 @@ USES= php:web USE_PHP= curl gd mysqli pcre tokenizer xml zip ftp NO_ARCH= yes NO_BUILD= yes +IGNORE_WITH_PHP= 56 PLIST= ${WRKDIR}/pkg-plist WWWDIR= ${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX} |