diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-23 14:21:10 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-23 14:31:15 +0000 |
commit | 091e0b9470d91d963201cfdfecf02b101369147c (patch) | |
tree | ecc86789291d7ff6ba57b2b638d6b353f4d4fb2a | |
parent | a495cccfe53e8661684b30173499c108cbb3ddd0 (diff) | |
download | ports-091e0b9470d91d963201cfdfecf02b101369147c.tar.gz ports-091e0b9470d91d963201cfdfecf02b101369147c.zip |
devel/py-graphene-django: Remove unnecessary substitution
-rw-r--r-- | devel/py-graphene-django/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-graphene-django/Makefile b/devel/py-graphene-django/Makefile index 6075bf0e3927..e26d9d9a47af 100644 --- a/devel/py-graphene-django/Makefile +++ b/devel/py-graphene-django/Makefile @@ -21,10 +21,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} \ USES= python USE_PYTHON= autoplist concurrent distutils -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} - NO_ARCH= yes +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*graphene-django + OPTIONS_DEFINE= REST_FRAMEWORK OPTIONS_DEFAULT=REST_FRAMEWORK REST_FRAMEWORK_DESC= REST framework support |