diff options
author | tdb <tdb@FreeBSD.org> | 2006-01-28 13:25:28 +0000 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2006-01-28 13:25:28 +0000 |
commit | a86ca067ff578f115d2961e873f16a3b35ec5597 (patch) | |
tree | 751804290a0282bf34bf0868905cf5d74308a48f /lang/kroc | |
parent | 86bc452b5a5bcf6854f996da6b75b9dddf7b55db (diff) | |
download | FreeBSD-ports-a86ca067ff578f115d2961e873f16a3b35ec5597.zip FreeBSD-ports-a86ca067ff578f115d2961e873f16a3b35ec5597.tar.gz |
- Mark only for i386 (application only supports i386 architecture).
- Remove USE_REINPLACE.
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 af4e253..4bc317f 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 \ |