Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2019 10:37:56 +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: r509899 - head/Mk/Uses
Message-ID:  <201908261037.x7QAbu0A073427@repo.freebsd.org>

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

Log:
  Fix typo

Modified:
  head/Mk/Uses/motif.mk

Modified: head/Mk/Uses/motif.mk
==============================================================================
--- head/Mk/Uses/motif.mk	Mon Aug 26 10:32:17 2019	(r509898)
+++ head/Mk/Uses/motif.mk	Mon Aug 26 10:37:55 2019	(r509899)
@@ -27,7 +27,7 @@ LIB_DEPENDS+=		libXm.so.4:x11-toolkits/open-motif
 MOTIFLIB?=	-L${LOCALBASE}/lib -lXm -lXp
 MAKE_ENV+=	MOTIFLIB="${MOTIFLIB}"
 
-# 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?201908261037.x7QAbu0A073427>