diff options
-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. |