Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 22:37:25 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r344153 - branches/2014Q1/games/eduke32
Message-ID:  <201402132237.s1DMbPia094612@svn.freebsd.org>

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

Log:
  MFH: r344152
  
  Fix build on i386
  
  Reported by:	pkg-fallout
  Approved by:	portmgr (self)

Modified:
  branches/2014Q1/games/eduke32/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/games/eduke32/Makefile
==============================================================================
--- branches/2014Q1/games/eduke32/Makefile	Thu Feb 13 22:35:59 2014	(r344152)
+++ branches/2014Q1/games/eduke32/Makefile	Thu Feb 13 22:37:25 2014	(r344153)
@@ -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?201402132237.s1DMbPia094612>