git: e6da808d73ca - main - science/py-asdf: Use default LZ4_DESC

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 06 Oct 2025 11:22:15 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e6da808d73ca0c00ddd358692837ce1729a57d1f

commit e6da808d73ca0c00ddd358692837ce1729a57d1f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-06 10:16:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-06 10:16:03 +0000

    science/py-asdf: Use default LZ4_DESC
---
 science/py-asdf/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/science/py-asdf/Makefile b/science/py-asdf/Makefile
index 150580aa2496..5a7e1522c875 100644
--- a/science/py-asdf/Makefile
+++ b/science/py-asdf/Makefile
@@ -43,7 +43,6 @@ OPTIONS_DEFAULT=ALL HTTP LZ4
 ALL_IMPLIES=	HTTP LZ4
 ALL_DESC=	All optional dependencies
 HTTP_DESC=	HTTP support via fsspec
-LZ4_DESC=	Lz4 compression algorithm support
 
 HTTP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}fsspec>=2022.8.2:filesystems/py-fsspec@${PY_FLAVOR}