diff options
author | mat <mat@FreeBSD.org> | 2016-06-28 21:57:37 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-06-28 21:57:37 +0800 |
commit | 8b1eb77500438e8f6b3b9d859110daf42bdb3093 (patch) | |
tree | c4ff9fdbeb396b7aa8d0272c4b691c9f519f24ac /sysutils | |
parent | 03619c93a2dc04b28447cbe1d9ba990b8d593797 (diff) | |
download | freebsd-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 'sysutils')
-rw-r--r-- | sysutils/gosa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gosa/Makefile b/sysutils/gosa/Makefile index 6244ec042c09..163e3244a8bd 100644 --- a/sysutils/gosa/Makefile +++ b/sysutils/gosa/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-Crypt-SmbHash>=0.12:security/p5-Crypt-SmbHash \ pecl-imagick>=2.2.2:graphics/pecl-imagick USES= tar:bzip2 -USE_PHP= gettext iconv imap ldap mbstring mhash mysql pcre posix \ +USE_PHP= gettext iconv imap ldap mbstring hash mysql pcre posix \ session spl xml zlib NO_BUILD= yes |