svn commit: r509945 - head/Mk/Uses
Niclas Zeising
zeising at FreeBSD.org
Mon Aug 26 13:34:23 UTC 2019
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
More information about the svn-ports-all
mailing list