From a7c17cea10b50ad89bd14514bcd087fae40c285f Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Tue, 31 Aug 2004 09:03:43 +0000 Subject: Add BUILD_DEPENDS on nasm for i386. PR: ports/71135 Submitted by: Roman Bogorodskiy (maintainer) --- emulators/pearpc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'emulators/pearpc/Makefile') 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 -- cgit v1.2.3