diff --git a/german/wordpress/Makefile b/german/wordpress/Makefile index 72d6b1f1438d..4b75953b1ad7 100644 --- a/german/wordpress/Makefile +++ b/german/wordpress/Makefile @@ -8,6 +8,7 @@ PORTNAME= wordpress PORTVERSION= 2.8 +PORTREVISION= 1 CATEGORIES= german www MASTER_SITES= http://freebsd.unixfreunde.de/sources/ PKGNAMEPREFIX= de- @@ -19,7 +20,7 @@ COMMENT= A state-of-the-art semantic personal publishing platform WRKSRC= ${WRKDIR}/${PORTNAME} USE_ZIP= YES -USE_PHP= mysql pcre xml gd +USE_PHP= mysql pcre xml gd tokenizer NO_BUILD= YES WANT_PHP_WEB= YES WORDPRESS?= www/wordpress diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index ade58bf8db9f..489bcb3699b7 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -7,6 +7,7 @@ PORTNAME= wordpress PORTVERSION= 2.8 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ \ @@ -20,7 +21,7 @@ COMMENT= A state-of-the-art semantic personal publishing platform WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PHP= mysql pcre xml gd +USE_PHP= mysql pcre xml gd tokenizer NO_BUILD= YES WANT_PHP_WEB= YES WORDPRESS?= www/data/wordpress