diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-22 07:14:00 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-22 07:14:00 +0000 |
commit | 2de6d0986dae57ce2a2baf19795979345fcd04eb (patch) | |
tree | 8ee9853fe205829d45d09bb5071a0eb81239e5b4 /databases/pecl-rrd | |
parent | bdd9216c88016e918329a645f08c54d9beaa6c16 (diff) |
Ignore with php 7.4
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=512557
Diffstat (limited to 'databases/pecl-rrd')
-rw-r--r-- | databases/pecl-rrd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/pecl-rrd/Makefile b/databases/pecl-rrd/Makefile index 4ffc491e9e80..54c6bd3148e0 100644 --- a/databases/pecl-rrd/Makefile +++ b/databases/pecl-rrd/Makefile @@ -12,5 +12,6 @@ LICENSE= PHP301 LIB_DEPENDS= librrd.so:databases/rrdtool USES= php:pecl localbase pkgconfig +IGNORE_WITH_PHP= 74 .include <bsd.port.mk> |