svn commit: r344153 - branches/2014Q1/games/eduke32

Antoine Brodin antoine at FreeBSD.org
Thu Feb 13 22:37:26 UTC 2014


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"


More information about the svn-ports-branches mailing list