diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-13 22:58:37 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-13 22:58:37 +0000 |
commit | 4214248153e0169456e2ea6497756fb67d1a2e55 (patch) | |
tree | 9a0f816b9191cc70d6ad552b2951569ac777b24c /games | |
parent | ca27274b684d2c543a52cb527ab7ca6ae449d5c9 (diff) | |
download | ports-4214248153e0169456e2ea6497756fb67d1a2e55.tar.gz ports-4214248153e0169456e2ea6497756fb67d1a2e55.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/q3cellshading/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/q3cellshading/Makefile b/games/q3cellshading/Makefile index 302f4db76d38..384c5b187ef7 100644 --- a/games/q3cellshading/Makefile +++ b/games/q3cellshading/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 .for arch in ${ARCH} |