Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2013 16:52:39 +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: r310241 - head/devel/llvm-devel
Message-ID:  <201301111652.r0BGqdAT067736@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Fri Jan 11 16:52:38 2013
New Revision: 310241
URL: http://svnweb.freebsd.org/changeset/ports/310241

Log:
  Fix build with PACKAGE_BUILDING or MAINTAINER_MODE.
  
  Reported by:	bdrewery

Modified:
  head/devel/llvm-devel/Makefile

Modified: head/devel/llvm-devel/Makefile
==============================================================================
--- head/devel/llvm-devel/Makefile	Fri Jan 11 16:48:10 2013	(r310240)
+++ head/devel/llvm-devel/Makefile	Fri Jan 11 16:52:38 2013	(r310241)
@@ -17,7 +17,7 @@ COMMENT=	Low Level Virtual Machine
 
 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?201301111652.r0BGqdAT067736>