Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2014 12:04:02 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352997 - head/Mk
Message-ID:  <201405051204.s45C42Br062615@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405051204.s45C42Br062615>