svn commit: r352997 - head/Mk

John Marino marino at FreeBSD.org
Mon May 5 12:04:02 UTC 2014


Author: marino
Date: Mon May  5 12:04:01 2014
New Revision: 352997
URL: http://svnweb.freebsd.org/changeset/ports/352997
QAT: https://qat.redports.org/buildarchive/r352997/

Log:
  Mk/bsd.wx.mk: fixed a :U straggler

Modified:
  head/Mk/bsd.wx.mk

Modified: head/Mk/bsd.wx.mk
==============================================================================
--- head/Mk/bsd.wx.mk	Mon May  5 11:49:06 2014	(r352996)
+++ head/Mk/bsd.wx.mk	Mon May  5 12:04:01 2014	(r352997)
@@ -551,7 +551,7 @@ BUILD_DEPENDS+=			${_WX_FILE_${comp_part
 RUN_DEPENDS+=			${_WX_FILE_${comp_part}_${_WX_VER}}:${PORTSDIR}/${_WX_PORT_${comp_part}_${_WX_VER}}
 .			endif
 .		else
-${_WX_DEP_TYPE:U}_DEPENDS+=	${_WX_FILE_${comp_part}_${_WX_VER}}:${PORTSDIR}/${_WX_PORT_${comp_part}_${_WX_VER}}
+${_WX_DEP_TYPE:tu}_DEPENDS+=	${_WX_FILE_${comp_part}_${_WX_VER}}:${PORTSDIR}/${_WX_PORT_${comp_part}_${_WX_VER}}
 .		endif
 .	endfor
 .endfor


More information about the svn-ports-all mailing list