aboutsummaryrefslogtreecommitdiff
path: root/security/pear-File_SMBPasswd
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-28 13:57:37 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-28 13:57:37 +0000
commitd2c4c14627bab9dba2b3a4437b7c286d5cc435f8 (patch)
treec4ff9fdbeb396b7aa8d0272c4b691c9f519f24ac /security/pear-File_SMBPasswd
parentbff9ea9424744d453dd19ba56c70c972f0536190 (diff)
downloadports-d2c4c14627bab9dba2b3a4437b7c286d5cc435f8.tar.gz
ports-d2c4c14627bab9dba2b3a4437b7c286d5cc435f8.zip
USEify USES=php.
The following variables have been folded into arguments: - USE_PHPIZE -> USES=php:phpize - USE_PHPEXT -> USES=php:ext - USE_ZENDEXT -> USES=php:zend - USE_PHP_BUILD -> USES=php:build - WANT_PHP_CLI -> USES=php:cli - WANT_PHP_CGI -> USES=php:cgi - WANT_PHP_MOD -> USES=php:mod - WANT_PHP_WEB -> USES=php:web - WANT_PHP_EMB -> USES=php:embed PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
Notes
Notes: svn path=/head/; revision=417717
Diffstat (limited to 'security/pear-File_SMBPasswd')
-rw-r--r--security/pear-File_SMBPasswd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pear-File_SMBPasswd/Makefile b/security/pear-File_SMBPasswd/Makefile
index cf257f7911f6..8d1b8681025b 100644
--- a/security/pear-File_SMBPasswd/Makefile
+++ b/security/pear-File_SMBPasswd/Makefile
@@ -12,6 +12,6 @@ BUILD_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP
RUN_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP
USES= pear
-USE_PHP= mhash
+USE_PHP= hash
.include <bsd.port.mk>