comparison uwsginl-plugin-lang-py2/Makefile @ 52:c74f58c6b3fb

FreeBSD does not support the generic "python:2" specifier any more: use python:2.7 instead
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 10 Mar 2019 00:09:11 +0100
parents ef54be27c71b
children 4ddf40c2765a
comparison
equal deleted inserted replaced
51:7e7b576aa608 52:c74f58c6b3fb
3 3
4 PORTNAME= ${UWSGI_NAME}-plugin-lang-py2 4 PORTNAME= ${UWSGI_NAME}-plugin-lang-py2
5 5
6 COMMENT= Language plugin for Python 2 (OS default) 6 COMMENT= Language plugin for Python 2 (OS default)
7 7
8 USES= python:2 gettext-runtime 8 USES= python:2.7 gettext-runtime
9 9
10 PLUGIN_NAME= python2 10 PLUGIN_NAME= python2
11 PLUGIN_SOURCE= plugins/python 11 PLUGIN_SOURCE= plugins/python
12 12
13 MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 13 MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3