diff options
Diffstat (limited to 'games/q3cellshading/Makefile')
-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 eba9322987a2..2f8417ada0f7 100644 --- a/games/q3cellshading/Makefile +++ b/games/q3cellshading/Makefile @@ -39,7 +39,7 @@ SMP_CLIENT_DESC= Build SMP (threaded) client .include <bsd.port.pre.mk> .if ${ARCH} == "i386" -BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm +BUILD_DEPENDS+= nasm:devel/nasm .endif .for arch in ${ARCH} |