summaryrefslogtreecommitdiff
path: root/www/wordpress/options.mk
diff options
context:
space:
mode:
authormorr <morr>2016-08-22 18:11:04 +0000
committermorr <morr>2016-08-22 18:11:04 +0000
commitc891fab59463b421aa415eb0f23a96c37941e903 (patch)
treeb739b59e2e28ed33768d54da36511f44b74ef95e /www/wordpress/options.mk
parent0d256af962e3c5733ba078d5ca1a1db330b07bd1 (diff)
downloadpkgsrc-c891fab59463b421aa415eb0f23a96c37941e903.tar.gz
pkgsrc changes to package:
- Add missing php modules - Limit work with php-5.6 - Improve the wordpress.conf - Install wp-config-sample.php to WPHOME but not EGDIR Patch from wen heping.
Diffstat (limited to 'www/wordpress/options.mk')
-rw-r--r--www/wordpress/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/wordpress/options.mk b/www/wordpress/options.mk
index b35ed7cc8f8..a3c2595a749 100644
--- a/www/wordpress/options.mk
+++ b/www/wordpress/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2012/04/14 16:25:11 adam Exp $
+# $NetBSD: options.mk,v 1.5 2016/08/22 18:11:04 morr Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wordpress
@@ -10,10 +10,10 @@ PKG_SUGGESTED_OPTIONS= ap-php
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mphp-cgi)
-DEPENDS+= php>=5.2.4:${PHPPKGSRCDIR}
+DEPENDS+= php>=5.6.0:${PHPPKGSRCDIR}
.endif
.if !empty(PKG_OPTIONS:Map-php)
. include "../../mk/apache.mk"
-DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.3.0:../../www/ap-php
+DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=5.6.0:../../www/ap-php
.endif