diff options
Diffstat (limited to 'textproc/pecl-xslcache/Makefile')
-rw-r--r-- | textproc/pecl-xslcache/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/pecl-xslcache/Makefile b/textproc/pecl-xslcache/Makefile index 82e2c36..450565f 100644 --- a/textproc/pecl-xslcache/Makefile +++ b/textproc/pecl-xslcache/Makefile @@ -13,10 +13,8 @@ COMMENT= Caches the parsed XSL stylesheet between sessions LICENSE= PHP301 -USES= tar:tgz -USE_PHP= dom xml xsl -USE_PHP_BUILD= yes -USE_PHPEXT= yes +USES= php:ext tar:tgz +USE_PHP= dom:build xml:build xsl:build IGNORE_WITH_PHP= 70 .include <bsd.port.mk> |