aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-arabic-reshaper
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-10 08:22:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-10 08:22:47 +0000
commit025f6f50e8492c3bc8cefa928602d9f284d9d1c9 (patch)
treed166ab58e3fe760cfa0ad48b6ba83e69c5b6251e /textproc/py-arabic-reshaper
parent5f36b4298d2bb4eca78b4042c4b0063d0948ddde (diff)
downloadports-025f6f50e8492c3bc8cefa928602d9f284d9d1c9.tar.gz
ports-025f6f50e8492c3bc8cefa928602d9f284d9d1c9.zip
Remove PYTHON_REL check after r559531 (USES=python:3.6+)
Notes
Notes: svn path=/head/; revision=560972
Diffstat (limited to 'textproc/py-arabic-reshaper')
-rw-r--r--textproc/py-arabic-reshaper/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/py-arabic-reshaper/Makefile b/textproc/py-arabic-reshaper/Makefile
index b80578a5e98d..487410089e70 100644
--- a/textproc/py-arabic-reshaper/Makefile
+++ b/textproc/py-arabic-reshaper/Makefile
@@ -24,10 +24,4 @@ GH_ACCOUNT= mpcabd
GH_PROJECT= python-arabic-reshaper
USE_GITHUB= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3000
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}configparser>=0:devel/py-configparser@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>