diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-16 13:59:30 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-16 13:59:30 +0000 |
commit | 9aec8683ca5bdd680cd963088931bdb2bb991486 (patch) | |
tree | aed5b0222da273231af7bc3e640442506c7bb8c7 | |
parent | 5c2a3f2d7f4e4a8f81fcced18040e13566b23d47 (diff) | |
download | ports-9aec8683ca5bdd680cd963088931bdb2bb991486.tar.gz ports-9aec8683ca5bdd680cd963088931bdb2bb991486.zip |
www/pecl-yaf: Cosmetic change
-rw-r--r-- | www/pecl-yaf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/pecl-yaf/Makefile b/www/pecl-yaf/Makefile index 344149db77d3..42270bfb67dd 100644 --- a/www/pecl-yaf/Makefile +++ b/www/pecl-yaf/Makefile @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpcre.so:devel/pcre USES= localbase php:pecl -IGNORE_WITH_PHP= 82 + +IGNORE_WITH_PHP=82 .include <bsd.port.mk> |