diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-03-03 18:51:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-03-03 18:51:28 +0000 |
commit | d37d1e8a02f0d47a72f3e3cf127b6e199fac8d57 (patch) | |
tree | 8f33f07511126e5f7cc22724b7c5bdc01f20b087 /www | |
parent | 06a97caeb53f7f4bfa5825650ad391774b8d57b1 (diff) |
Use USES=dos2unix to convert CRLF to LF
Notes
Notes:
svn path=/head/; revision=527706
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-crispy-forms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-django-crispy-forms/Makefile b/www/py-django-crispy-forms/Makefile index f02635004d30..b100d6d01942 100644 --- a/www/py-django-crispy-forms/Makefile +++ b/www/py-django-crispy-forms/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR} -USES= python +USES= dos2unix python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |