diff options
Diffstat (limited to 'security/pecl-crypto/Makefile')
-rw-r--r-- | security/pecl-crypto/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/pecl-crypto/Makefile b/security/pecl-crypto/Makefile index 2d9d8b7..af467bf 100644 --- a/security/pecl-crypto/Makefile +++ b/security/pecl-crypto/Makefile @@ -13,11 +13,8 @@ COMMENT= Objective wrapper for OpenSSL Crypto Library LICENSE= PHP301 -USES= tar:tgz +USES= php:ext tar:tgz CONFIGURE_ARGS= --with-crypto USE_OPENSSL= yes -USE_PHP= yes -USE_PHPEXT= yes -USE_PHPIZE= yes .include <bsd.port.mk> |