svn commit: r350143 - head/comms/gnuradio

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 4 18:18:24 UTC 2014


Author: bapt
Date: Fri Apr  4 18:18:23 2014
New Revision: 350143
URL: http://svnweb.freebsd.org/changeset/ports/350143
QAT: https://qat.redports.org/buildarchive/r350143/

Log:
  Do not overwrite build_depends
  
  Reported by:	pkg-fallout

Modified:
  head/comms/gnuradio/Makefile

Modified: head/comms/gnuradio/Makefile
==============================================================================
--- head/comms/gnuradio/Makefile	Fri Apr  4 17:36:58 2014	(r350142)
+++ head/comms/gnuradio/Makefile	Fri Apr  4 18:18:23 2014	(r350143)
@@ -68,7 +68,7 @@ PLIST_SUB+=	PORTVERSION=${PORTVERSION}
 .if ${OSVERSION} <= 1000510 && ${OSVERSION} > 1000000
 # Debug hack
 #.if ${OSVERSION} <= 1200000
-BUILD_DEPENDS=	clang34:${PORTSDIR}/lang/clang34
+BUILD_DEPENDS+=	clang34:${PORTSDIR}/lang/clang34
 CC=		clang34
 CXX=		clang++34
 .endif


More information about the svn-ports-all mailing list