diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-10-16 05:21:00 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-10-16 05:21:00 +0000 |
commit | ecb09b40d4187a2989a824e1609d9b73c8cf23b8 (patch) | |
tree | f0c7fca73ee6edf935658fa062f7770d4f6b4043 | |
parent | 67893162be3d1076446c308d895a4a18a0268a87 (diff) | |
download | ports-ecb09b40d4187a2989a824e1609d9b73c8cf23b8.tar.gz ports-ecb09b40d4187a2989a824e1609d9b73c8cf23b8.zip |
Notes
-rw-r--r-- | german/wordpress/Makefile | 2 | ||||
-rw-r--r-- | www/wordpress/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/german/wordpress/Makefile b/german/wordpress/Makefile index 970da03aff1f..48f08388fb2e 100644 --- a/german/wordpress/Makefile +++ b/german/wordpress/Makefile @@ -19,6 +19,8 @@ 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.* + USE_ZIP= yes NO_BUILD= yes USE_PHP= gd mysql pcre tokenizer xml zip diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index 99f90114a236..f99ad69a2fc5 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://wordpress.org/ MAINTAINER= ychsiao@ychsiao.org COMMENT= A state-of-the-art semantic personal publishing platform +CONFLICTS_INSTALL= de-wordpress-de-3.* ja-wordpress-ja-3.* + NO_BUILD= yes USE_PHP= gd mysql pcre tokenizer xml zip WANT_PHP_WEB= yes |