diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2020-10-22 00:24:27 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2020-10-22 00:24:27 +0000 |
commit | 4ef2288f0d0b8bf0a70ef015fccb4cd84beabcbe (patch) | |
tree | 08945d512254f027e7f68f998a19c55a4045ddb3 /archivers | |
parent | 2abd26d1e3124207ff838c0aba3070251c5d6bd9 (diff) |
PHP 8.0: Connect all the ports added in r552906
Sponsored by: PHP Update Service
Notes
Notes:
svn path=/head/; revision=552910
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index e37750890c3c..e5adde1c6ab4 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -161,6 +161,10 @@ SUBDIR += php74-phar SUBDIR += php74-zip SUBDIR += php74-zlib + SUBDIR += php80-bz2 + SUBDIR += php80-phar + SUBDIR += php80-zip + SUBDIR += php80-zlib SUBDIR += pigz SUBDIR += pixz SUBDIR += plzip |