diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-10-02 05:07:08 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-10-02 05:07:08 +0800 |
commit | 3721a941512699d85353bb6d4aee8c7ececaaee9 (patch) | |
tree | acae749137239ac44926b840a511d8bff8342b8e /x11-toolkits | |
parent | 9afe33b3254d3d03f936c43ecba2a6dd62f2a409 (diff) | |
download | freebsd-ports-gnome-3721a941512699d85353bb6d4aee8c7ececaaee9.tar.gz freebsd-ports-gnome-3721a941512699d85353bb6d4aee8c7ececaaee9.tar.zst freebsd-ports-gnome-3721a941512699d85353bb6d4aee8c7ececaaee9.zip |
Fix trivial typo (follow-on to previous commit).
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt5-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt5-gui/Makefile b/x11-toolkits/qt5-gui/Makefile index 1b894e1db1fb..4d024bde3fbd 100644 --- a/x11-toolkits/qt5-gui/Makefile +++ b/x11-toolkits/qt5-gui/Makefile @@ -35,7 +35,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= -no-eglfs \ -no-libudev \ -system-harfbuzz -# Explicitely set to c++14 as to net get c++17/c++1z, as libX11's headers +# Explicitly set to c++14 as to net get c++17/c++1z, as libX11's headers # are using the obsolete 'register' key word. CONFIGURE_ARGS+= -c++std c++14 |