diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/rubygem-scrypt/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/rubygem-scrypt/Makefile b/security/rubygem-scrypt/Makefile index 5174ef962533..01f94d4f65da 100644 --- a/security/rubygem-scrypt/Makefile +++ b/security/rubygem-scrypt/Makefile @@ -18,4 +18,7 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +ONLY_FOR_ARCHS= amd64 i386 ia64 +ONLY_FOR_ARCHS_REASON= invokes SSE compiler flags + .include <bsd.port.mk> |