diff options
author | bapt <bapt@FreeBSD.org> | 2015-05-30 07:49:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-05-30 07:49:16 +0800 |
commit | 7f4da06764b868119e43bca5c292aeab90ef3ebc (patch) | |
tree | c44003d7aed0b752593e4ffb98388d44905b88b1 /sysutils/b2sum | |
parent | 37f99ef87f95253c5c395c3d00cb54b415833e5a (diff) | |
download | freebsd-ports-gnome-7f4da06764b868119e43bca5c292aeab90ef3ebc.tar.gz freebsd-ports-gnome-7f4da06764b868119e43bca5c292aeab90ef3ebc.tar.zst freebsd-ports-gnome-7f4da06764b868119e43bca5c292aeab90ef3ebc.zip |
Mark the port only for amd64
Diffstat (limited to 'sysutils/b2sum')
-rw-r--r-- | sysutils/b2sum/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/b2sum/Makefile b/sysutils/b2sum/Makefile index 09394df7f9a7..96365f4b03de 100644 --- a/sysutils/b2sum/Makefile +++ b/sysutils/b2sum/Makefile @@ -12,6 +12,8 @@ COMMENT= fast secure hashing USES= zip +ONLY_FOR_ARCH= amd64 + CFLAGS+= -I../sse WRKSRC_SUBDIR= b2sum MAKEFILE= makefile |