Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2019 10:32:18 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509898 - head/Mk/Uses
Message-ID:  <201908261032.x7QAWIju070570@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Mon Aug 26 10:32:17 2019
New Revision: 509898
URL: https://svnweb.freebsd.org/changeset/ports/509898

Log:
  Fix typo
  
  Reported by:	madpilot

Modified:
  head/Mk/Uses/gl.mk

Modified: head/Mk/Uses/gl.mk
==============================================================================
--- head/Mk/Uses/gl.mk	Mon Aug 26 10:09:04 2019	(r509897)
+++ head/Mk/Uses/gl.mk	Mon Aug 26 10:32:17 2019	(r509898)
@@ -46,7 +46,7 @@ LIB_DEPENDS+=	${_GL_${_component}_LIB_DEPENDS}
 .endif
 .endfor
 
-# We onlu need USES=xorg if we want USE_XORG modules
+# We only need USES=xorg if we want USE_XORG modules
 .if defined(USE_XORG) && !empty(USE_XORG)
 .include "${USESDIR}/xorg.mk"
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908261032.x7QAWIju070570>