diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2015-01-22 14:11:32 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2015-01-22 14:11:32 +0000 |
commit | 699da349b3fc6d62d4d42b901724549008a48bbe (patch) | |
tree | 7c0a44288f6237bbfc18d61acd52463b123af0bd /sysutils/cbsd | |
parent | 60cb1988cbb8ad095b5ad41cd2e0440503e5fcd5 (diff) | |
download | ports-699da349b3fc6d62d4d42b901724549008a48bbe.tar.gz ports-699da349b3fc6d62d4d42b901724549008a48bbe.zip |
Notes
Diffstat (limited to 'sysutils/cbsd')
-rw-r--r-- | sysutils/cbsd/Makefile | 3 |
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 \ |