diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-14 21:20:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-14 21:20:24 +0800 |
commit | 630aa13692301ba15067e8b0a46f8eb7aceb5e33 (patch) | |
tree | f853912f357a621ca9972c6a34fb428dcc230d14 /www | |
parent | c4c90f62b576c48efe4d87beab456c80e85fd6ff (diff) | |
download | freebsd-ports-gnome-630aa13692301ba15067e8b0a46f8eb7aceb5e33.tar.gz freebsd-ports-gnome-630aa13692301ba15067e8b0a46f8eb7aceb5e33.tar.zst freebsd-ports-gnome-630aa13692301ba15067e8b0a46f8eb7aceb5e33.zip |
- Add missing php-gd support
PR: 131910
Submitted by: Jeff Kletsky <jeff+freebsd@wagsky.com>
Approved by: wordpress and wordpress-mu maintainer timeout
Diffstat (limited to 'www')
-rw-r--r-- | www/wordpress-mu/Makefile | 2 | ||||
-rw-r--r-- | www/wordpress/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/wordpress-mu/Makefile b/www/wordpress-mu/Makefile index 54fc5b674e9a..f61ace194542 100644 --- a/www/wordpress-mu/Makefile +++ b/www/wordpress-mu/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wordpress-mu -PORTVERSION= 2.7 +PORTVERSION= 2.7.1 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://mu.wordpress.org/ diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index 665c3b01b986..47e922eaf228 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -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 |