diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2018-11-17 20:29:33 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2018-11-17 20:29:33 +0000 |
commit | 1d260b487d4a11284ef222af4c0248e2c208c57b (patch) | |
tree | 92d86994d3a97efaed175e95133e9241616b7ad5 /textproc/retext | |
parent | 61cde89365b4503e83f6435b78cc23250f15d19b (diff) |
Notes
Diffstat (limited to 'textproc/retext')
-rw-r--r-- | textproc/retext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/retext/Makefile b/textproc/retext/Makefile index 2c52cb310501..5695c6d8801c 100644 --- a/textproc/retext/Makefile +++ b/textproc/retext/Makefile @@ -18,7 +18,7 @@ USES= python:3.2+ desktop-file-utils pyqt:5 USE_GITHUB= yes GH_ACCOUNT= retext-project GH_PROJECT= retext -USE_PYTHON= distutils +USE_PYTHON= distutils noflavors USE_PYQT= core_run sip_run gui_run widgets_run printsupport_run \ network_run |