diff options
Diffstat (limited to '')
-rw-r--r-- | www/py-django-haystack/Makefile | 6 |
1 files changed, 0 insertions, 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> |