pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: wordpress build: builds php82 and then says not found



This seems necessary. Works for me.

    diff --git a/www/wordpress/options.mk b/www/wordpress/options.mk
    index a3c2595a74..f2d4f98032 100644
    --- a/www/wordpress/options.mk
    +++ b/www/wordpress/options.mk
    @@ -10,7 +10,7 @@ PKG_SUGGESTED_OPTIONS=                ap-php
     .include "../../mk/bsd.options.mk"
     
     .if !empty(PKG_OPTIONS:Mphp-cgi)
    -DEPENDS+=      php>=5.6.0:${PHPPKGSRCDIR}
    +DEPENDS+=      ${PHP_PKG_PREFIX}>=5.6.0:${PHPPKGSRCDIR}
     .endif
     
     .if !empty(PKG_OPTIONS:Map-php)


-- 
Mayuresh


Home | Main Index | Thread Index | Old Index