diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2020-06-13 08:06:18 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2020-06-13 08:06:18 +0000 |
commit | 7cf51b523eb40bc4a2dae5f75eafe35565cbfa3f (patch) | |
tree | d96f031e02efdbb6646e1892b49f1a4ab39af3d0 /editors/libreoffice/Makefile | |
parent | f7540bbf97f42d3b387ab3f66170c573b0f12020 (diff) | |
download | ports-7cf51b523eb40bc4a2dae5f75eafe35565cbfa3f.tar.gz ports-7cf51b523eb40bc4a2dae5f75eafe35565cbfa3f.zip |
Notes
Diffstat (limited to 'editors/libreoffice/Makefile')
-rw-r--r-- | editors/libreoffice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 26828815bbc4..819f6179aa36 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -268,7 +268,7 @@ MAKE_ENV+= verbose=1 .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MGTK3} -WARNING= "GTK3 visual style is bkoken yet, build at your ouwn risk" +WARNING= "GTK3 visual style is broken yet, build at your own risk" .endif .if ${CHOSEN_COMPILER_TYPE} == clang |