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