diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2022-06-23 09:05:41 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2022-06-23 09:05:41 +0000 |
commit | 046a5369a3632fe73702623b3d148875653c317a (patch) | |
tree | cfe74f3886f86ef558e3a7fd7f2630e71ef99937 | |
parent | f5683623e09265da406f28dced67338d3c546daa (diff) | |
download | ports-046a5369a3632fe73702623b3d148875653c317a.tar.gz ports-046a5369a3632fe73702623b3d148875653c317a.zip |
www/py-html5lib: py27 flavor is no longer needed by the ports tree
-rw-r--r-- | www/py-html5lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-html5lib/Makefile b/www/py-html5lib/Makefile index c20587e62c21..9efefad18801 100644 --- a/www/py-html5lib/Makefile +++ b/www/py-html5lib/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webencodings>0:converters/py-webencodings@${PY_FLAVOR} NO_ARCH= yes -USES= cpe python:2.7+ +USES= cpe python USE_PYTHON= autoplist distutils .include <bsd.port.mk> |