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 | |
parent | - Update to 2.2.0.b (diff) |
- Mark only for i386 (application only supports i386 architecture).
- Remove USE_REINPLACE.
Notes
Notes:
svn path=/head/; revision=154648
Diffstat (limited to 'lang')
-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 \ |