diff options
-rw-r--r-- | emulators/pearpc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index 03dafcba9d0a..11b144fec50b 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -46,6 +46,7 @@ CONFIGURE_ARGS+= --disable-fpo # jitc_x86 is avaible only on x86 .if ${ARCH} == "i386" +BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm .if !defined(WITH_JITC) CONFIGURE_ARGS+= --enable-cpu=generic .else |