svn commit: r344156 - head/games/q3cellshading

Antoine Brodin antoine at FreeBSD.org
Thu Feb 13 22:58:38 UTC 2014


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}


More information about the svn-ports-all mailing list