From b0958f7ceb51f16dbdc9c03f905075a5e954f8e4 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Fri, 17 Nov 2017 06:25:33 +0000 Subject: Fix PKGNAME collision between py-tzlocal and py3-tzlocal Pointy hat: ultima With hat: portmgr --- devel/py-tzlocal/Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3