diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-04-08 20:21:09 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-04-08 20:21:09 +0800 |
commit | 27082f471bfe49b4c858d90f8c17981aaceae342 (patch) | |
tree | 07b99fd53582c5826c85309c203f05e3812cf560 /security | |
parent | 38e7c1f7e4ef231300c357ce5711c8a9734da854 (diff) | |
download | freebsd-ports-gnome-27082f471bfe49b4c858d90f8c17981aaceae342.tar.gz freebsd-ports-gnome-27082f471bfe49b4c858d90f8c17981aaceae342.tar.zst freebsd-ports-gnome-27082f471bfe49b4c858d90f8c17981aaceae342.zip |
category security: Convert to USES=php
Approved by: infrastructure modernization blanket
Diffstat (limited to 'security')
-rw-r--r-- | security/mailzu/Makefile | 2 | ||||
-rw-r--r-- | security/phpsecinfo/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/security/mailzu/Makefile b/security/mailzu/Makefile index 890cba7d74df..6d36c0a89db8 100644 --- a/security/mailzu/Makefile +++ b/security/mailzu/Makefile @@ -26,7 +26,7 @@ SUB_FILES= pkg-message NO_BUILD= yes NO_ARCH= yes USE_PHP= sockets -WANT_PHP_WEB= yes +USES= php:web OPTIONS_DEFINE= IMAP LDAP DOCS OPTIONS_MULTI= SQL diff --git a/security/phpsecinfo/Makefile b/security/phpsecinfo/Makefile index f5254381fb86..78fd905d76da 100644 --- a/security/phpsecinfo/Makefile +++ b/security/phpsecinfo/Makefile @@ -12,9 +12,8 @@ COMMENT= PHP environment security auditing tool LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= zip +USES= php:web zip USE_PHP= pcre -WANT_PHP_WEB= yes NO_BUILD= yes NO_ARCH= yes |