diff options
author | olivierd <olivierd@FreeBSD.org> | 2017-03-04 23:53:16 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2017-03-04 23:53:16 +0800 |
commit | 1b359cefc1973f49fcf9ad6814d9919444fac3d3 (patch) | |
tree | b54f3cd435ee047f0e198ecdcef8828a54e26591 /Mk/Uses | |
parent | 5dc0d4382e50bc8074bdc896f8d60f6424612d0d (diff) | |
download | freebsd-ports-gnome-1b359cefc1973f49fcf9ad6814d9919444fac3d3.tar.gz freebsd-ports-gnome-1b359cefc1973f49fcf9ad6814d9919444fac3d3.tar.zst freebsd-ports-gnome-1b359cefc1973f49fcf9ad6814d9919444fac3d3.zip |
Fix typos
Diffstat (limited to 'Mk/Uses')
-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..ccec398535df 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+= ${${subcomp}_USE_LXQT_REQ} . endfor .endfor |