diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-08-31 09:03:43 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-08-31 09:03:43 +0000 |
commit | a7c17cea10b50ad89bd14514bcd087fae40c285f (patch) | |
tree | 9ce6f62067bd933c5cb4f0ce8e99e3fd00b31c4f /emulators/pearpc | |
parent | 2d594a9caace998269cf6bc5f6b0fa428708358b (diff) | |
download | ports-a7c17cea10b50ad89bd14514bcd087fae40c285f.tar.gz ports-a7c17cea10b50ad89bd14514bcd087fae40c285f.zip |
Notes
Diffstat (limited to 'emulators/pearpc')
-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 |