svn commit: r509898 - head/Mk/Uses

Niclas Zeising zeising at FreeBSD.org
Mon Aug 26 10:32:18 UTC 2019


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


More information about the svn-ports-head mailing list