aboutsummaryrefslogtreecommitdiff
path: root/security/pecl-ssh2
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-10-12 06:23:47 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-10-12 06:23:47 +0000
commitd926c2a5658aa32e68f4c0f3635feeae540b01eb (patch)
treef7de8780d0aeec6aec05027992f8fe7f029a5c30 /security/pecl-ssh2
parentdecae9455e2c0013bcb6eef7c26552c3f1e5f4e0 (diff)
downloadports-d926c2a5658aa32e68f4c0f3635feeae540b01eb.tar.gz
ports-d926c2a5658aa32e68f4c0f3635feeae540b01eb.zip
Those ports are not compatible with php 7.3
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=481878
Diffstat (limited to 'security/pecl-ssh2')
-rw-r--r--security/pecl-ssh2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pecl-ssh2/Makefile b/security/pecl-ssh2/Makefile
index ef1503256549..acf5e01079ae 100644
--- a/security/pecl-ssh2/Makefile
+++ b/security/pecl-ssh2/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libssh2.so:security/libssh2
USES= php:pecl
-IGNORE_WITH_PHP= 56
+IGNORE_WITH_PHP= 56 73
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS}