Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 22:35:59 +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: r344152 - head/games/eduke32
Message-ID:  <201402132236.s1DMa0ZB094362@svn.freebsd.org>

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

Log:
  Fix build on i386
  
  Reported by:	pkg-fallout

Modified:
  head/games/eduke32/Makefile

Modified: head/games/eduke32/Makefile
==============================================================================
--- head/games/eduke32/Makefile	Thu Feb 13 22:10:55 2014	(r344151)
+++ head/games/eduke32/Makefile	Thu Feb 13 22:35:59 2014	(r344152)
@@ -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
 
 .if ${ARCH} == "sparc64"



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