diff options
author | mat <mat@FreeBSD.org> | 2017-02-07 20:14:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-02-07 20:14:34 +0800 |
commit | 443a8a28b3bcbcb6163d5e590206070badda7501 (patch) | |
tree | 7ec17b9d0da9fc4e843775137cd0b2b0a658807a /finance | |
parent | 410d2a7b66efffe3bb6c70ceabaa012daf28bd5e (diff) | |
download | freebsd-ports-gnome-443a8a28b3bcbcb6163d5e590206070badda7501.tar.gz freebsd-ports-gnome-443a8a28b3bcbcb6163d5e590206070badda7501.tar.zst freebsd-ports-gnome-443a8a28b3bcbcb6163d5e590206070badda7501.zip |
Mark ports not building with PHP 7.1.
Sponsored by: Absolight
Diffstat (limited to 'finance')
-rw-r--r-- | finance/php-tclink/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/php-tclink/Makefile b/finance/php-tclink/Makefile index 65c4a8a4ea66..500293650b07 100644 --- a/finance/php-tclink/Makefile +++ b/finance/php-tclink/Makefile @@ -14,7 +14,7 @@ COMMENT= PHP extension for TrustCommerce credit card processing USES= php:ext ssl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 post-patch: # avoid name conflicts with libressl |