Date: Fri, 19 Dec 2014 14:05:26 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374946 - head/Mk/Uses Message-ID: <201412191405.sBJE5QU0063570@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Dec 19 14:05:24 2014 New Revision: 374946 URL: https://svnweb.freebsd.org/changeset/ports/374946 QAT: https://qat.redports.org/buildarchive/r374946/ Log: Fix "USES=autoreconf libtool:keepla" not pulling libtoolize as a build dependency This should fix x11-toolkits/open-motif Submitted by: tijl With hat: portmgr Modified: head/Mk/Uses/autoreconf.mk Modified: head/Mk/Uses/autoreconf.mk ============================================================================== --- head/Mk/Uses/autoreconf.mk Fri Dec 19 13:21:36 2014 (r374945) +++ head/Mk/Uses/autoreconf.mk Fri Dec 19 14:05:24 2014 (r374946) @@ -60,7 +60,7 @@ BUILD_DEPENDS+= autoconf-2.69:${PORTSDIR aclocal-1.14:${PORTSDIR}/devel/automake \ automake-1.14:${PORTSDIR}/devel/automake -.if ${USES:Mlibtool} && empty(libtool_ARGS:Mbuild) +.if defined(libtool_ARGS) && empty(libtool_ARGS:Mbuild) BUILD_DEPENDS+= libtoolize:${PORTSDIR}/devel/libtool .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412191405.sBJE5QU0063570>