summaryrefslogtreecommitdiff
path: root/www/wordpress/options.mk
diff options
context:
space:
mode:
authortaca <taca>2012-03-13 03:14:38 +0000
committertaca <taca>2012-03-13 03:14:38 +0000
commit75bb9bb88f98f3d6503475e408bb9b1fb8e8a434 (patch)
treebeff2c4103589a0fb2836a57a36a6521b0ce191b /www/wordpress/options.mk
parent40f90d4ea9e075ee45cef1176fd6b4892f5a5e27 (diff)
downloadpkgsrc-75bb9bb88f98f3d6503475e408bb9b1fb8e8a434.tar.gz
Allow depending to php53 with php-cgi PKG_OPTIONS.
Diffstat (limited to 'www/wordpress/options.mk')
-rw-r--r--www/wordpress/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wordpress/options.mk b/www/wordpress/options.mk
index 6dc25d8b84e..e5dba266e53 100644
--- a/www/wordpress/options.mk
+++ b/www/wordpress/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2010/03/15 16:48:53 taca Exp $
+# $NetBSD: options.mk,v 1.3 2012/03/13 03:14:38 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wordpress
@@ -10,7 +10,7 @@ PKG_SUGGESTED_OPTIONS= ap-php
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mphp-cgi)
-DEPENDS+= php>=5.2.4:../../lang/php5
+DEPENDS+= php>=5.2.4:${PHPPKGSRCDIR}
.endif
.if !empty(PKG_OPTIONS:Map-php)