Date: Sun, 10 Jan 2021 08:22:18 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560965 - head/security/py-cert-human Message-ID: <202101100822.10A8MI35018203@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 10 08:22:18 2021 New Revision: 560965 URL: https://svnweb.freebsd.org/changeset/ports/560965 Log: Remove PYTHON_REL check after r559531 (USES=python:3.6+) Modified: head/security/py-cert-human/Makefile Modified: head/security/py-cert-human/Makefile ============================================================================== --- head/security/py-cert-human/Makefile Sun Jan 10 08:22:13 2021 (r560964) +++ head/security/py-cert-human/Makefile Sun Jan 10 08:22:18 2021 (r560965) @@ -24,10 +24,4 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 3000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pathlib2>=0:devel/py-pathlib2@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101100822.10A8MI35018203>