diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-01-10 13:30:00 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-01-10 13:30:00 +0000 |
commit | 47721a7247d2d9ad1e6cb47a518090305254016f (patch) | |
tree | 0818295115af801f37030c4a0fec35c323b2a552 /ftp | |
parent | 39e1835244cbdb461de7af510a26a3004408f3f0 (diff) |
Mark ports to IGNORE with new php81
Approved by: portmgr (infrastructure blanket)
Sponsored by: Bounce Experts
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/php-fastdfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/php-fastdfs/Makefile b/ftp/php-fastdfs/Makefile index 337c9379bf2c..bfb8446d4825 100644 --- a/ftp/php-fastdfs/Makefile +++ b/ftp/php-fastdfs/Makefile @@ -12,12 +12,12 @@ LIB_DEPENDS= libfastcommon.so:devel/libfastcommon \ libfdfsclient.so:ftp/fastdfs USES= php:ext -IGNORE_WITH_PHP= 80 USE_GITHUB= yes GH_ACCOUNT= happyfish100 GH_PROJECT= fastdfs GH_TAGNAME= V6.06 +IGNORE_WITH_PHP= 80 81 WRKSRC_SUBDIR= php_client CONFIGURE_ENV= ROOT=${LOCALBASE} |