aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-08-31 17:03:43 +0800
committervs <vs@FreeBSD.org>2004-08-31 17:03:43 +0800
commit4d3ac37ead0da94eb4a5b323fd6b6ec40611f39d (patch)
tree10ccca5ede5d3d0b2fe91448268c615378dfe575
parent3d16e8151fb1f03afc2ccad39144feae3aaa8bda (diff)
downloadfreebsd-ports-gnome-4d3ac37ead0da94eb4a5b323fd6b6ec40611f39d.tar.gz
freebsd-ports-gnome-4d3ac37ead0da94eb4a5b323fd6b6ec40611f39d.tar.zst
freebsd-ports-gnome-4d3ac37ead0da94eb4a5b323fd6b6ec40611f39d.zip
Add BUILD_DEPENDS on nasm for i386.
PR: ports/71135 Submitted by: Roman Bogorodskiy (maintainer)
-rw-r--r--emulators/pearpc/Makefile1
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