svn commit: r374946 - head/Mk/Uses

Antoine Brodin antoine at FreeBSD.org
Fri Dec 19 14:05:26 UTC 2014


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
 


More information about the svn-ports-head mailing list