svn commit: r310239 - head/devel/llvm
Brooks Davis
brooks at FreeBSD.org
Fri Jan 11 15:58:32 UTC 2013
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
More information about the svn-ports-all
mailing list