aboutsummaryrefslogtreecommitdiff
path: root/games/eduke32
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-13 22:35:59 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-13 22:35:59 +0000
commit22ebe37d993b45dfddab906263755e374e60c47f (patch)
tree7992ba1d1ab72d0e7413cc5bb9bfe6a916c188ad /games/eduke32
parent5b591ad5af635486ffea01b4923f4e14b720108c (diff)
downloadports-22ebe37d993b45dfddab906263755e374e60c47f.tar.gz
ports-22ebe37d993b45dfddab906263755e374e60c47f.zip
Fix build on i386
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=344152
Diffstat (limited to 'games/eduke32')
-rw-r--r--games/eduke32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile
index 97558d3bd450..69e579a2df85 100644
--- a/games/eduke32/Makefile
+++ b/games/eduke32/Makefile
@@ -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"