diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-07-16 16:43:53 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-07-16 16:43:53 +0000 |
commit | 4c32c242881e79c8e1ea69e9df9cb729e07bff5c (patch) | |
tree | 60af46daf5444f6b0ffa5b50e115b9eb4e1532c4 /devel | |
parent | 8704ece7c56f5bc020013f4bb47e5b2e8e4568e6 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/asmutils/Makefile | 2 | ||||
-rw-r--r-- | devel/asmutils/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/asmutils/Makefile b/devel/asmutils/Makefile index b2950fbd49da..bc8f6c5aa9cb 100644 --- a/devel/asmutils/Makefile +++ b/devel/asmutils/Makefile @@ -12,7 +12,7 @@ CATEGORIES= devel MASTER_SITES= http://asm.sourceforge.net/asmutils/ MAINTAINER= danfe@FreeBSD.org -COMMENT= A set of UNIX utilities written in assembly language +COMMENT= A set of UNIX utilities written in x86 assembly language ONLY_FOR_ARCHS= i386 diff --git a/devel/asmutils/pkg-descr b/devel/asmutils/pkg-descr index f2ba546a669f..af3cf30a34ef 100644 --- a/devel/asmutils/pkg-descr +++ b/devel/asmutils/pkg-descr @@ -1,5 +1,5 @@ asmutils is a set of miscellaneous utilities written in assembly language, -targeted on embedded systems and small distributions (like rescue or +targeted for x86 embedded systems and small distributions (like rescue or installation disks); also it contains small libc and crypto library. It features the smallest possible size and memory requirements, the fastest speed and good functionality. |