svn commit: r310241 - head/devel/llvm-devel

Brooks Davis brooks at FreeBSD.org
Fri Jan 11 16:52:39 UTC 2013


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


More information about the svn-ports-head mailing list