Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2019 13:34:22 +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: r509945 - head/Mk/Uses
Message-ID:  <201908261334.x7QDYMd9084049@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Mon Aug 26 13:34:22 2019
New Revision: 509945
URL: https://svnweb.freebsd.org/changeset/ports/509945

Log:
  Fix typo

Modified:
  head/Mk/Uses/xorg-cat.mk

Modified: head/Mk/Uses/xorg-cat.mk
==============================================================================
--- head/Mk/Uses/xorg-cat.mk	Mon Aug 26 13:30:12 2019	(r509944)
+++ head/Mk/Uses/xorg-cat.mk	Mon Aug 26 13:34:22 2019	(r509945)
@@ -177,7 +177,7 @@ USE_XORG+=	fontutil
 
 .  endif # ${_XORG_CAT} == <category>
 
-# 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?201908261334.x7QDYMd9084049>