diff options
author | antoine <antoine@FreeBSD.org> | 2018-10-21 19:17:12 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-10-21 19:17:12 +0800 |
commit | 966cfbbc2c7faffffc46379ba00852ede1ff58e8 (patch) | |
tree | 94d2c8d6c29f9a3fd135af4bb28d0b11cf2d8114 /security | |
parent | d879324dfd6a78a14393b7eb368aee84f2388d47 (diff) | |
download | freebsd-ports-gnome-966cfbbc2c7faffffc46379ba00852ede1ff58e8.tar.gz freebsd-ports-gnome-966cfbbc2c7faffffc46379ba00852ede1ff58e8.tar.zst freebsd-ports-gnome-966cfbbc2c7faffffc46379ba00852ede1ff58e8.zip |
Ignore some ports with some versions of php
PR: 232398
Diffstat (limited to 'security')
-rw-r--r-- | security/phpdeadlock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/phpdeadlock/Makefile b/security/phpdeadlock/Makefile index 278c263d0b58..e486f2d3224e 100644 --- a/security/phpdeadlock/Makefile +++ b/security/phpdeadlock/Makefile @@ -24,7 +24,7 @@ USE_PHP= mysql session ctype pcre NO_BUILD= yes NO_ARCH= yes -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 73 SUB_FILES= pkg-message SUB_LIST= DLURL=${DLURL} DLDIR=${DLDIR} |