diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-11 19:36:17 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-11 19:36:17 +0000 |
commit | 75d659b385e30935a659f6c63b86195f2b975175 (patch) | |
tree | 91ba938db95d41ba75ac2883a0f16259e0ecaa4a /audio/py-speechrecognition/Makefile | |
parent | x11-fonts/libertinus: update to 7.031 (diff) |
Remove logic for Python < 3.6 for ports using Python 3.6+
Notes
Notes:
svn path=/head/; revision=561252
Diffstat (limited to 'audio/py-speechrecognition/Makefile')
-rw-r--r-- | audio/py-speechrecognition/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/py-speechrecognition/Makefile b/audio/py-speechrecognition/Makefile index b4c161f2da53..ea59ca39ea0b 100644 --- a/audio/py-speechrecognition/Makefile +++ b/audio/py-speechrecognition/Makefile @@ -25,10 +25,4 @@ USE_PYTHON= distutils autoplist post-extract: @cd ${WRKSRC}/speech_recognition && ${RM} flac-* -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 3000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}monotonic>=0.3:devel/py-monotonic@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |