diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2017-09-09 19:30:56 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2017-09-09 19:30:56 +0000 |
commit | 2c43f42181086f91a739f1559108656ea40d0bdc (patch) | |
tree | c2e5a56da5489b573b62c88a112ca22d476f0ee4 | |
parent | ftp/net2ftp: Update to 1.1 (diff) |
net-mgmt/hawk: Add IGNORE for PHP 7.1
- mysql PHP extension was dropped in 7.0
PR: 222173
Notes
Notes:
svn path=/head/; revision=449505
-rw-r--r-- | net-mgmt/hawk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/hawk/Makefile b/net-mgmt/hawk/Makefile index 9932ad1ccd5e..d87911bf3832 100644 --- a/net-mgmt/hawk/Makefile +++ b/net-mgmt/hawk/Makefile @@ -20,7 +20,7 @@ USES= perl5 USE_MYSQL= server USE_PHP= mysql WANT_PHP_MOD= yes -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 NO_BUILD= yes USE_RC_SUBR= hawk |