aboutsummaryrefslogtreecommitdiff
path: root/emulators/pearpc/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-08-31 09:03:43 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-08-31 09:03:43 +0000
commita7c17cea10b50ad89bd14514bcd087fae40c285f (patch)
tree9ce6f62067bd933c5cb4f0ce8e99e3fd00b31c4f /emulators/pearpc/Makefile
parent2d594a9caace998269cf6bc5f6b0fa428708358b (diff)
downloadports-a7c17cea10b50ad89bd14514bcd087fae40c285f.tar.gz
ports-a7c17cea10b50ad89bd14514bcd087fae40c285f.zip
Notes
Diffstat (limited to 'emulators/pearpc/Makefile')
-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