aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-08-26 18:37:55 +0800
committerNiclas Zeising <zeising@FreeBSD.org>2019-08-26 18:37:55 +0800
commit397ec52f461bd6c48541f7d41e121f9814754063 (patch)
tree5ca65664278bb3ae93c560117f75788500813da4 /Mk
parent3fb027e53baa5fdffebafce63eeb5334aefff171 (diff)
downloadfreebsd-ports-gnome-397ec52f461bd6c48541f7d41e121f9814754063.tar.gz
freebsd-ports-gnome-397ec52f461bd6c48541f7d41e121f9814754063.tar.zst
freebsd-ports-gnome-397ec52f461bd6c48541f7d41e121f9814754063.zip
Fix typo
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/motif.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/motif.mk b/Mk/Uses/motif.mk
index f54fcfe6e7bf..fcf55a203983 100644
--- a/Mk/Uses/motif.mk
+++ b/Mk/Uses/motif.mk
@@ -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