diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2006-01-28 13:25:28 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2006-01-28 13:25:28 +0000 |
commit | 9bfd52111928eab39b8139350fa0172e98eba336 (patch) | |
tree | fd2aacd8d721561a3319a7eb210dc8ee5987d165 /lang/kroc | |
parent | eda176c8ba1d992aea9b9f7827b965a3f81fa4ef (diff) | |
download | ports-9bfd52111928eab39b8139350fa0172e98eba336.tar.gz ports-9bfd52111928eab39b8139350fa0172e98eba336.zip |
Notes
Diffstat (limited to 'lang/kroc')
-rw-r--r-- | lang/kroc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/kroc/Makefile b/lang/kroc/Makefile index af4e2536551f..4bc317f185d8 100644 --- a/lang/kroc/Makefile +++ b/lang/kroc/Makefile @@ -16,9 +16,10 @@ COMMENT= The Kent Retargettable occam-pi Compiler BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash +ONLY_FOR_ARCHS= i386 + USE_BZIP2= yes USE_SDL= sdl -USE_REINPLACE= yes MAN1= cputimerutil.1 mkoccdeps.1 occ21.1 kroc.1 kmakef.1 MAN3= libconvert-inmos.3 libhostio-inmos.3 libmath-inmos.3 \ |