diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-10-12 06:23:47 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-10-12 06:23:47 +0000 |
commit | d926c2a5658aa32e68f4c0f3635feeae540b01eb (patch) | |
tree | f7de8780d0aeec6aec05027992f8fe7f029a5c30 /archivers/pecl-rar | |
parent | decae9455e2c0013bcb6eef7c26552c3f1e5f4e0 (diff) |
Those ports are not compatible with php 7.3
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=481878
Diffstat (limited to 'archivers/pecl-rar')
-rw-r--r-- | archivers/pecl-rar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/pecl-rar/Makefile b/archivers/pecl-rar/Makefile index 8b1883c4c784..33c935ed1468 100644 --- a/archivers/pecl-rar/Makefile +++ b/archivers/pecl-rar/Makefile @@ -12,6 +12,7 @@ LICENSE= PHP301 USES= php:pecl USE_PHP= spl:build +IGNORE_WITH_PHP= 73 CONFIGURE_ARGS= --enable-rar |