svn commit: r435345 - head/Mk/Uses

Olivier Duchateau olivierd at FreeBSD.org
Fri Mar 3 15:07:53 UTC 2017


Author: olivierd
Date: Fri Mar  3 15:07:51 2017
New Revision: 435345
URL: https://svnweb.freebsd.org/changeset/ports/435345

Log:
  Reverge my change in revision r435343 (it breaks ports build)
  
  Reported by:	lifanov@

Modified:
  head/Mk/Uses/lxqt.mk

Modified: head/Mk/Uses/lxqt.mk
==============================================================================
--- head/Mk/Uses/lxqt.mk	Fri Mar  3 14:52:53 2017	(r435344)
+++ head/Mk/Uses/lxqt.mk	Fri Mar  3 15:07:51 2017	(r435345)
@@ -62,7 +62,7 @@ qtxdg_LIB_DEPENDS=	libQt5Xdg.so:devel/li
 # 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_LXQT_REQ}
+${comp}_USE_LXQT_REQ+=	${${comp}_USE_LXQR_REQ}
 . endfor
 .endfor
 


More information about the svn-ports-head mailing list