diff options
author | arved <arved@FreeBSD.org> | 2018-11-18 04:29:33 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2018-11-18 04:29:33 +0800 |
commit | f267137b90e4f2792e86be1f762759d582895b8f (patch) | |
tree | 92d86994d3a97efaed175e95133e9241616b7ad5 /textproc | |
parent | d3e7f49caa6e2d4582432d786962b2b5cb86354d (diff) | |
download | freebsd-ports-gnome-f267137b90e4f2792e86be1f762759d582895b8f.tar.gz freebsd-ports-gnome-f267137b90e4f2792e86be1f762759d582895b8f.tar.zst freebsd-ports-gnome-f267137b90e4f2792e86be1f762759d582895b8f.zip |
Add noflavors
Reported by: tcberner
Diffstat (limited to 'textproc')
-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 |