diff options
-rw-r--r-- | devel/py-tzlocal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-tzlocal/Makefile b/devel/py-tzlocal/Makefile index 41b00aceee09..f19e4ef0d68d 100644 --- a/devel/py-tzlocal/Makefile +++ b/devel/py-tzlocal/Makefile @@ -12,9 +12,9 @@ COMMENT= Returns the tzinfo object for the local timezone LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz +RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz -USES= python +USES?= python USE_PYTHON= distutils autoplist NO_ARCH= yes |