aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2015-01-22 22:11:32 +0800
committersbruno <sbruno@FreeBSD.org>2015-01-22 22:11:32 +0800
commit7d1c38cfdc938cd7636bf53381643df2183c5c00 (patch)
tree7c0a44288f6237bbfc18d61acd52463b123af0bd
parent47ba6682a424aa5fb64a469ba1379e77df712507 (diff)
downloadfreebsd-ports-gnome-7d1c38cfdc938cd7636bf53381643df2183c5c00.tar.gz
freebsd-ports-gnome-7d1c38cfdc938cd7636bf53381643df2183c5c00.tar.zst
freebsd-ports-gnome-7d1c38cfdc938cd7636bf53381643df2183c5c00.zip
Only allow this port for amd64/i386 due to its dependency on having SSE 4.1
instructions available. PR: 296684 Reviewed by: olevole@olevole.ru (maintainer) Approved by: mentor (implicit)
-rw-r--r--sysutils/cbsd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile
index 269f2484b4ef..39a0c795354d 100644
--- a/sysutils/cbsd/Makefile
+++ b/sysutils/cbsd/Makefile
@@ -7,6 +7,9 @@ CATEGORIES= sysutils
MAINTAINER= olevole@olevole.ru
COMMENT= Yet another FreeBSD Jail Management Utility
+ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS_REASON= Depends on SSE 4.1 instructions
+
LICENSE= BSD2CLAUSE
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \