From 4d3ac37ead0da94eb4a5b323fd6b6ec40611f39d Mon Sep 17 00:00:00 2001 From: vs 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') 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