diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2016-12-04 09:16:10 +0800 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2016-12-04 09:16:10 +0800 |
commit | 5de39ab5deef3a5cc91a6c27df9c9bae0fb5f3d4 (patch) | |
tree | 253dcb77796ffff210be23af6d6679a1aae5391b /editors/Makefile | |
parent | 13e2fae3f00432ca6fb37847e19a706b34d0eca0 (diff) | |
download | freebsd-ports-gnome-5de39ab5deef3a5cc91a6c27df9c9bae0fb5f3d4.tar.gz freebsd-ports-gnome-5de39ab5deef3a5cc91a6c27df9c9bae0fb5f3d4.tar.zst freebsd-ports-gnome-5de39ab5deef3a5cc91a6c27df9c9bae0fb5f3d4.zip |
- Update to 1.6.2
- Require c++11 library
- Add upstreamed patch for QPrinter initialization on first usage,
to remove startup delay
- Qt 4.x support was dropped upstream, so editors/focuswriter-qt4 is removed
PR: 214827
Submitted by: <yamagi@yamagi.org> (initial version)
Patched by: lightside <lightside@gmx.com> (maintainer)
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index abad7c5ed8e8..733ed6fe42a8 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -55,7 +55,6 @@ SUBDIR += fileobj SUBDIR += flim SUBDIR += focuswriter - SUBDIR += focuswriter-qt4 SUBDIR += fpc-ide SUBDIR += fte SUBDIR += fxite |