Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 22:58:38 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344156 - head/games/q3cellshading
Message-ID:  <201402132258.s1DMwc1Q002890@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Feb 13 22:58:37 2014
New Revision: 344156
URL: http://svnweb.freebsd.org/changeset/ports/344156
QAT: https://qat.redports.org/buildarchive/r344156/

Log:
  Attempt to fix build on i386
  
  Reported by:	pkg-fallout

Modified:
  head/games/q3cellshading/Makefile

Modified: head/games/q3cellshading/Makefile
==============================================================================
--- head/games/q3cellshading/Makefile	Thu Feb 13 22:58:14 2014	(r344155)
+++ head/games/q3cellshading/Makefile	Thu Feb 13 22:58:37 2014	(r344156)
@@ -39,7 +39,7 @@ NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "i386"
-BUILD_DEPENDS=	nasm:${PORTSDIR}/devel/nasm
+BUILD_DEPENDS+=	nasm:${PORTSDIR}/devel/nasm
 .endif
 
 .for arch in ${ARCH}



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