diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2015-09-25 21:44:52 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2015-09-25 21:44:52 +0000 |
commit | 039c173b7848de58ac514c62fbea8c497ca31c7d (patch) | |
tree | d6f044aa41bac2b51a46c2475c6c24a7cb0eefa6 /security | |
parent | 517e0a540172e22e419f247bdabb285959e01014 (diff) |
Notes
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> |