git: 199698dd4b50 - main - www/py-django-haystack: Remove ELASTIC option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Oct 2025 06:31:25 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=199698dd4b5069b727ff67b719383fbe72cf381d
commit 199698dd4b5069b727ff67b719383fbe72cf381d
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-13 06:19:25 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-13 06:19:25 +0000
www/py-django-haystack: Remove ELASTIC option
---
www/py-django-haystack/Makefile | 6 ------
1 file changed, 6 deletions(-)
diff --git a/www/py-django-haystack/Makefile b/www/py-django-haystack/Makefile
index 8a66fb2852e1..b2ad73480a90 100644
--- a/www/py-django-haystack/Makefile
+++ b/www/py-django-haystack/Makefile
@@ -24,10 +24,4 @@ USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
-OPTIONS_DEFINE= ELASTIC
-OPTIONS_DEFAULT=ELASTIC
-ELASTIC_DESC= Elasticsearch support
-
-ELASTIC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}elasticsearch7>=5<8:textproc/py-elasticsearch7@${PY_FLAVOR}
-
.include <bsd.port.mk>