Add BUILD_DEPENDS on nasm for i386.

PR:		ports/71135
Submitted by:	Roman Bogorodskiy (maintainer)
This commit is contained in:
Volker Stolz 2004-08-31 09:03:43 +00:00
parent 2d594a9caa
commit a7c17cea10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117728

View file

@ -46,6 +46,7 @@ CONFIGURE_ARGS+= --disable-fpo
# jitc_x86 is avaible only on x86 # jitc_x86 is avaible only on x86
.if ${ARCH} == "i386" .if ${ARCH} == "i386"
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
.if !defined(WITH_JITC) .if !defined(WITH_JITC)
CONFIGURE_ARGS+= --enable-cpu=generic CONFIGURE_ARGS+= --enable-cpu=generic
.else .else