diff options
author | olivierd <olivierd@FreeBSD.org> | 2017-03-03 21:44:16 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2017-03-03 21:44:16 +0800 |
commit | 007f81c28b9edc0625dc4c339870e59abb21c995 (patch) | |
tree | 97a2726db7522cdf00e7bfae2d638d45715b5a9d /Mk | |
parent | c46c43e08470d183c23eb4d80a6ebb9b22c37638 (diff) | |
download | freebsd-ports-gnome-007f81c28b9edc0625dc4c339870e59abb21c995.tar.gz freebsd-ports-gnome-007f81c28b9edc0625dc4c339870e59abb21c995.tar.zst freebsd-ports-gnome-007f81c28b9edc0625dc4c339870e59abb21c995.zip |
Fix typo
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/lxqt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/lxqt.mk b/Mk/Uses/lxqt.mk index 726e031cafd4..2dbe7ed103a1 100644 --- a/Mk/Uses/lxqt.mk +++ b/Mk/Uses/lxqt.mk @@ -62,7 +62,7 @@ qtxdg_LIB_DEPENDS= libQt5Xdg.so:devel/libqtxdg # First, expand all USE_LXQT_REQ recursively. .for comp in ${_USE_LXQT_ALL} . for subcomp in ${${comp}_USE_LXQT_REQ} -${comp}_USE_LXQT_REQ+= ${${comp}_USE_LXQR_REQ} +${comp}_USE_LXQT_REQ+= ${${comp}_USE_LXQT_REQ} . endfor .endfor |