From 28af581477065277c68c53b7a4bbec62b7ff345c Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 15 Jun 2009 19:11:37 +0000 Subject: - Add missing tokenizer dependency Reported by: Mats Andreassen --- german/wordpress/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'german/wordpress') 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 -- cgit