aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-10-01 21:07:08 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-10-01 21:07:08 +0000
commit3721a941512699d85353bb6d4aee8c7ececaaee9 (patch)
treeacae749137239ac44926b840a511d8bff8342b8e
parent9afe33b3254d3d03f936c43ecba2a6dd62f2a409 (diff)
downloadports-3721a941512699d85353bb6d4aee8c7ececaaee9.tar.gz
ports-3721a941512699d85353bb6d4aee8c7ececaaee9.zip
Fix trivial typo (follow-on to previous commit).
Notes
Notes: svn path=/head/; revision=513532
-rw-r--r--x11-toolkits/qt5-gui/Makefile2
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