diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-27 18:20:25 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-27 18:20:25 +0000 |
commit | 18c5392ad3740616b5b232ecd85dea88399cb12a (patch) | |
tree | 61819b361ef9088654083b3a15cd88c9401efd3f /misc/ree | |
parent | 28e1c55b2cf453ed025235365f263f5871bf6da1 (diff) | |
download | ports-18c5392ad3740616b5b232ecd85dea88399cb12a.tar.gz ports-18c5392ad3740616b5b232ecd85dea88399cb12a.zip |
Notes
Diffstat (limited to 'misc/ree')
-rw-r--r-- | misc/ree/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/ree/Makefile b/misc/ree/Makefile index a65ecf7780d8..131e26dae3ac 100644 --- a/misc/ree/Makefile +++ b/misc/ree/Makefile @@ -17,7 +17,9 @@ COMMENT= A tool to dump your ROM extensions PLIST_FILES= bin/rom-ree bin/fontdump PORTDOCS= readme -ONLY_FOR_ARCHS= i386 +MAKE_JOBS_SAFE= yes + +ONLY_FOR_ARCHS= i386 amd64 do-build: .for f in ${PORTNAME} fontdump |