aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-06-28 21:57:37 +0800
committermat <mat@FreeBSD.org>2016-06-28 21:57:37 +0800
commit8b1eb77500438e8f6b3b9d859110daf42bdb3093 (patch)
treec4ff9fdbeb396b7aa8d0272c4b691c9f519f24ac /net
parent03619c93a2dc04b28447cbe1d9ba990b8d593797 (diff)
downloadfreebsd-ports-gnome-8b1eb77500438e8f6b3b9d859110daf42bdb3093.tar.gz
freebsd-ports-gnome-8b1eb77500438e8f6b3b9d859110daf42bdb3093.tar.zst
freebsd-ports-gnome-8b1eb77500438e8f6b3b9d859110daf42bdb3093.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
Diffstat (limited to 'net')
-rw-r--r--net/self-service-password/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/self-service-password/Makefile b/net/self-service-password/Makefile
index a3914601d7c7..5215a6cee128 100644
--- a/net/self-service-password/Makefile
+++ b/net/self-service-password/Makefile
@@ -18,7 +18,7 @@ BROKEN_powerpc64= Does not build
NO_BUILD= yes
NO_ARCH= yes
-USE_PHP= ldap openssl session hash mhash mcrypt mbstring filter
+USE_PHP= ldap openssl session hash hash mcrypt mbstring filter
WANT_PHP_WEB= yes