summaryrefslogtreecommitdiff
path: root/www/wordpress/options.mk
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-03-15 16:48:53 +0000
committertaca <taca@pkgsrc.org>2010-03-15 16:48:53 +0000
commit7583e7d581e123b1bdfb3b80cb1e1206962a656e (patch)
tree82f73c5e6fda13995d5cc8f9dd6b27863c341700 /www/wordpress/options.mk
parented84798deeb6e2b9e0e60a0a1f64ec329c11d443 (diff)
downloadpkgsrc-7583e7d581e123b1bdfb3b80cb1e1206962a656e.tar.gz
Remove the case of PKG_PHP_VERSION is 4.
No functional change.
Diffstat (limited to 'www/wordpress/options.mk')
-rw-r--r--www/wordpress/options.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/www/wordpress/options.mk b/www/wordpress/options.mk
index 8ddd86f6157..6dc25d8b84e 100644
--- a/www/wordpress/options.mk
+++ b/www/wordpress/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2009/04/06 11:31:02 adrianp Exp $
+# $NetBSD: options.mk,v 1.2 2010/03/15 16:48:53 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wordpress
@@ -10,12 +10,7 @@ PKG_SUGGESTED_OPTIONS= ap-php
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mphp-cgi)
-. if ${PKG_PHP_VERSION} == "4"
-DEPENDS+= php>=4.4.7:../../www/php4
-. endif
-. if ${PKG_PHP_VERSION} == "5"
DEPENDS+= php>=5.2.4:../../lang/php5
-. endif
.endif
.if !empty(PKG_OPTIONS:Map-php)