diff options
author | mat <mat@FreeBSD.org> | 2018-02-08 01:46:10 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-02-08 01:46:10 +0800 |
commit | 6f4e77820c3cac0c889be3c327614d58ee4e8dc0 (patch) | |
tree | 1bae5e1dd8f8b4ea1645de7993004b7d6b0709c3 /finance | |
parent | fa224da6381d4d6242567d7c0c2f854c9e4f6ab8 (diff) | |
download | freebsd-ports-gnome-6f4e77820c3cac0c889be3c327614d58ee4e8dc0.tar.gz freebsd-ports-gnome-6f4e77820c3cac0c889be3c327614d58ee4e8dc0.tar.zst freebsd-ports-gnome-6f4e77820c3cac0c889be3c327614d58ee4e8dc0.zip |
Note PHP ports that do not build with 7.2.
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 500293650b07..e7f7433926fe 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 71 +IGNORE_WITH_PHP= 70 71 72 post-patch: # avoid name conflicts with libressl |