Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2013 15:58:31 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310239 - head/devel/llvm
Message-ID:  <201301111558.r0BFwVSQ052092@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Fri Jan 11 15:58:31 2013
New Revision: 310239
URL: http://svnweb.freebsd.org/changeset/ports/310239

Log:
  Fix BUILD_DEPENDS when PACKAGE_BUILDING or MAINTAINER_MODE are defined.
  
  Reported by:	bdrewery

Modified:
  head/devel/llvm/Makefile

Modified: head/devel/llvm/Makefile
==============================================================================
--- head/devel/llvm/Makefile	Fri Jan 11 15:44:12 2013	(r310238)
+++ head/devel/llvm/Makefile	Fri Jan 11 15:58:31 2013	(r310239)
@@ -17,7 +17,7 @@ COMMENT=	Low Level Virtual Machine
 LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo
 BUILD_DEPENDS=	sphinx-build:${PORTSDIR}/textproc/py-sphinx
 .if defined(PACKAGE_BUILDING) || defined(MAINTAINER_MODE)
-BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
+BUILD_DEPENDS+=	bash:${PORTSDIR}/shells/bash
 .endif
 .if defined(MAINTAINER_MODE)
 BUILD_DEPENDS+=	f2c:${PORTSDIR}/lang/f2c



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