From dca255c3cec21c0c66003eb626763c7fdc2cb59a Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 28 Jun 2016 14:00:45 +0000 Subject: Convert USE_PHP*=yes into USES=php* PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936 --- security/pecl-scrypt/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'security/pecl-scrypt') diff --git a/security/pecl-scrypt/Makefile b/security/pecl-scrypt/Makefile index d50260621a37..5ce13192f4d0 100644 --- a/security/pecl-scrypt/Makefile +++ b/security/pecl-scrypt/Makefile @@ -15,10 +15,8 @@ LICENSE= BSD2CLAUSE BROKEN_powerpc64= Does not build -USES= compiler tar:tgz -USE_PHP= hash -USE_PHPEXT= yes -USE_PHP_BUILD= yes +USES= compiler php:ext tar:tgz +USE_PHP= hash:build INSTALL_TARGET= install-strip IGNORE_WITH_PHP= 70 -- cgit v1.2.3