svn commit: r344152 - head/games/eduke32

Antoine Brodin antoine at FreeBSD.org
Thu Feb 13 22:36:00 UTC 2014


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"


More information about the svn-ports-all mailing list