diff options
Diffstat (limited to 'ftp/php-fastdfs/Makefile')
-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} |