diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-03-04 11:24:49 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-03-04 11:24:49 +0000 |
commit | c7c2bcebe47ef3716a038a035e306026ee0b2197 (patch) | |
tree | fa099d3ca4a766cc1174b56ad8683e406df9507e | |
parent | 4bb903f7a1179eb0529440ab10933bc49e6162ec (diff) |
Notes
-rw-r--r-- | security/amavisd-new/Makefile | 5 | ||||
-rw-r--r-- | security/maia/Makefile | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index 4c13aff7f62f..1905818b19e9 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -147,15 +147,14 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/altermime:mail/altermime RUN_DEPENDS+= file>=4.21:sysutils/file .endif -# archviers/rar is a 32-bit binary port, we don't want the install to fail +# archivers/rar is a 32-bit binary port, we don't want the install to fail # at that port, therefore we will block instantly here if the platform does # not suit rar. - .if ${PORT_OPTIONS:MRAR} .if ${ARCH} == "i386" RUN_DEPENDS+= ${LOCALBASE}/bin/rar:archivers/rar .else -IGNORE= archviers/rar is a 32-bit binary port and is not compatible with ${ARCH} +IGNORE= archivers/rar is a 32-bit binary port and is not compatible with ${ARCH} .endif .endif diff --git a/security/maia/Makefile b/security/maia/Makefile index faf3aa238dad..9fb28cdef7a1 100644 --- a/security/maia/Makefile +++ b/security/maia/Makefile @@ -227,7 +227,7 @@ RUN_DEPENDS+= p5-Mail-DKIM>=0:mail/p5-Mail-DKIM RUN_DEPENDS+= file>=4.21:sysutils/file .endif -# archviers/rar is a 32-bit binary port, we don't want the install to fail +# archivers/rar is a 32-bit binary port, we don't want the install to fail # at that port, therefore we will block instantly here if the platform does # not suit rar. .if ${PORT_OPTIONS:MRAR} |