- Add missing php-gd support
PR: 131910 Submitted by: Jeff Kletsky <jeff+freebsd@wagsky.com> Approved by: wordpress and wordpress-mu maintainer timeout
This commit is contained in:
parent
ee71734da3
commit
f9321dbbc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230041
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ BROKEN= distfile mismatch
|
|||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_ZIP= YES
|
||||
USE_PHP= mysql pcre xml
|
||||
USE_PHP= mysql pcre xml gd
|
||||
NO_BUILD= YES
|
||||
WANT_PHP_WEB= YES
|
||||
WORDPRESS?= www/wordpress
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= wordpress-mu
|
||||
PORTVERSION= 2.7
|
||||
PORTVERSION= 2.7.1
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://mu.wordpress.org/
|
||||
|
|
|
@ -20,7 +20,7 @@ COMMENT= A state-of-the-art semantic personal publishing platform
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_PHP= mysql pcre xml
|
||||
USE_PHP= mysql pcre xml gd
|
||||
NO_BUILD= YES
|
||||
WANT_PHP_WEB= YES
|
||||
WORDPRESS?= www/data/wordpress
|
||||
|
|
Loading…
Reference in a new issue