diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-11-17 06:25:33 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-11-17 06:25:33 +0000 |
commit | b0958f7ceb51f16dbdc9c03f905075a5e954f8e4 (patch) | |
tree | 087edeb9d034326c48fae63baaaee7fb59f52127 | |
parent | - Update to 17.09 (diff) |
Fix PKGNAME collision between py-tzlocal and py3-tzlocal
Pointy hat: ultima
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=454362
-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 |