diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-28 14:00:45 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-28 14:00:45 +0000 |
commit | dca255c3cec21c0c66003eb626763c7fdc2cb59a (patch) | |
tree | e6eac391e081f99a997be8b0d8e036d22d5fe2a9 /security/pecl-scrypt | |
parent | 4973e5b396de5fdc84495adcdcb1f40854c8ebcd (diff) | |
download | ports-dca255c3cec21c0c66003eb626763c7fdc2cb59a.tar.gz ports-dca255c3cec21c0c66003eb626763c7fdc2cb59a.zip |
Notes
Diffstat (limited to 'security/pecl-scrypt')
-rw-r--r-- | security/pecl-scrypt/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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 |