diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-01-14 03:51:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-01-14 03:51:09 +0000 |
commit | 751b489b9fa19fb529f0a3edce73514a5254e9cf (patch) | |
tree | a42af69d6af77b8bb5bfa2b92e24cee7a7f2a58c /german/wordpress/Makefile | |
parent | e07a57f63320973dcb08cc2859dce356f2d9f1e0 (diff) |
Notes
Diffstat (limited to 'german/wordpress/Makefile')
-rw-r--r-- | german/wordpress/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/german/wordpress/Makefile b/german/wordpress/Makefile index 48f08388fb2e..5649f447a5f2 100644 --- a/german/wordpress/Makefile +++ b/german/wordpress/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wordpress -PORTVERSION= 3.2.1 +PORTVERSION= 3.3.1 CATEGORIES= german www MASTER_SITES= http://static.wordpress-deutschland.org/de-edition/ PKGNAMESUFFIX= -de @@ -19,11 +19,12 @@ COMMENT= A state-of-the-art semantic personal publishing platform LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license.txt -CONFLICTS_INSTALL= wordpress-3.* ja-wordpress-ja-3.* - +CONFLICTS_INSTALL= wordpress-3.* ja-wordpress-ja-3.* \ + zh-wordpress-zh_CN-3.* zh-wordpress-zh_TW-3.* \ + ru-wordpress-ru-3.* USE_ZIP= yes NO_BUILD= yes -USE_PHP= gd mysql pcre tokenizer xml zip +USE_PHP= curl gd mysql pcre tokenizer xml zip WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} |