diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-03-13 16:56:42 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-03-13 16:56:42 +0000 |
commit | 5815027c46d65e17a7b7c0f0176318716bc0494b (patch) | |
tree | d4b7ede842a024c4b957a1eca2603a2fb328efef /security/phpdeadlock | |
parent | Fix copy/paste error from previous commit (diff) |
These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=411002
Diffstat (limited to 'security/phpdeadlock')
-rw-r--r-- | security/phpdeadlock/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/phpdeadlock/Makefile b/security/phpdeadlock/Makefile index e3be513b4bcf..a50e050b89c2 100644 --- a/security/phpdeadlock/Makefile +++ b/security/phpdeadlock/Makefile @@ -24,6 +24,8 @@ USE_APACHE_RUN= 22+ USE_PHP= mysql session ctype pcre NO_BUILD= yes +IGNORE_WITH_PHP= 70 + SUB_FILES= pkg-message SUB_LIST= DLURL=${DLURL} DLDIR=${DLDIR} PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} |