mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Depend on php-zlib (required for binary patches now)
Reported by: arrowd MFH: 2019Q1 (runtime dependency fix)
This commit is contained in:
parent
3f2683843b
commit
e257ad1618
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489236
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= arcanist
|
||||
PORTVERSION= 20181231
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -18,7 +19,7 @@ CONFLICTS= arc-*
|
|||
PHP_DESTDIR= lib/php/arcanist
|
||||
USES= php:flavors python:2.7,env shebangfix
|
||||
SHEBANG_FILES= scripts/breakout.py
|
||||
USE_PHP= curl dom hash json simplexml
|
||||
USE_PHP= curl dom hash json simplexml zlib
|
||||
USE_GITHUB= yes
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue