mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Add missing tokenizer dependency
Reported by: Mats Andreassen <matsa@pvv.ntnu.no>
This commit is contained in:
parent
55d9e367b6
commit
a98e14e367
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235894
2 changed files with 4 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
PORTNAME= wordpress
|
PORTNAME= wordpress
|
||||||
PORTVERSION= 2.8
|
PORTVERSION= 2.8
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= german www
|
CATEGORIES= german www
|
||||||
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
|
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
|
||||||
PKGNAMEPREFIX= de-
|
PKGNAMEPREFIX= de-
|
||||||
|
@ -19,7 +20,7 @@ COMMENT= A state-of-the-art semantic personal publishing platform
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
USE_ZIP= YES
|
USE_ZIP= YES
|
||||||
USE_PHP= mysql pcre xml gd
|
USE_PHP= mysql pcre xml gd tokenizer
|
||||||
NO_BUILD= YES
|
NO_BUILD= YES
|
||||||
WANT_PHP_WEB= YES
|
WANT_PHP_WEB= YES
|
||||||
WORDPRESS?= www/wordpress
|
WORDPRESS?= www/wordpress
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= wordpress
|
PORTNAME= wordpress
|
||||||
PORTVERSION= 2.8
|
PORTVERSION= 2.8
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://wordpress.org/ \
|
MASTER_SITES= http://wordpress.org/ \
|
||||||
|
@ -20,7 +21,7 @@ COMMENT= A state-of-the-art semantic personal publishing platform
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
USE_PHP= mysql pcre xml gd
|
USE_PHP= mysql pcre xml gd tokenizer
|
||||||
NO_BUILD= YES
|
NO_BUILD= YES
|
||||||
WANT_PHP_WEB= YES
|
WANT_PHP_WEB= YES
|
||||||
WORDPRESS?= www/data/wordpress
|
WORDPRESS?= www/data/wordpress
|
||||||
|
|
Loading…
Add table
Reference in a new issue