diff options
Diffstat (limited to 'devel/php5-msgpack/Makefile')
-rw-r--r-- | devel/php5-msgpack/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/php5-msgpack/Makefile b/devel/php5-msgpack/Makefile index 11eafcedda1c..2819ac5626c3 100644 --- a/devel/php5-msgpack/Makefile +++ b/devel/php5-msgpack/Makefile @@ -15,11 +15,8 @@ USE_GITHUB= yes GH_TAGNAME= 980a652 WRKSRC_SUBDIR= php -USE_PHP= session -USE_PHP_BUILD= yes -USE_PHPIZE= yes -USE_PHPEXT= yes -PHP_MODNAME= msgpack +USES= php:ext +USE_PHP= session:build IGNORE_WITH_PHP= 70 |