svn commit: r513532 - head/x11-toolkits/qt5-gui

Mark Linimon linimon at FreeBSD.org
Tue Oct 1 21:07:09 UTC 2019


Author: linimon
Date: Tue Oct  1 21:07:08 2019
New Revision: 513532
URL: https://svnweb.freebsd.org/changeset/ports/513532

Log:
  Fix trivial typo (follow-on to previous commit).

Modified:
  head/x11-toolkits/qt5-gui/Makefile

Modified: head/x11-toolkits/qt5-gui/Makefile
==============================================================================
--- head/x11-toolkits/qt5-gui/Makefile	Tue Oct  1 20:58:16 2019	(r513531)
+++ head/x11-toolkits/qt5-gui/Makefile	Tue Oct  1 21:07:08 2019	(r513532)
@@ -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
 


More information about the svn-ports-head mailing list