diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-06-29 10:33:30 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-06-29 10:33:30 +0000 |
commit | f7348895e101b939eb1d911b5b7d47d4943d5e2a (patch) | |
tree | 819fe76a218afd2fa870c94af62443c752829671 /security/amavisd-new/Makefile | |
parent | 30adfd5286f0c43957329a7f75999ec08eee7320 (diff) |
Notes
Diffstat (limited to 'security/amavisd-new/Makefile')
-rw-r--r-- | security/amavisd-new/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index 66af41843d6e..5c5b5e32b9b6 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -7,7 +7,7 @@ # Based on amavisd ports makefile. PORTNAME= amavisd-new -PORTVERSION= 2.5.1 +PORTVERSION= 2.5.2 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://www.ijs.si/software/amavisd/ \ @@ -144,7 +144,12 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/altermime:${PORTSDIR}/mail/altermime RUN_DEPENDS+= file>=4.21:${PORTSDIR}/sysutils/file .endif +# archviers/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 defined(WITH_RAR) +IA32_BINARY_PORT= yes RUN_DEPENDS+= ${LOCALBASE}/bin/rar:${PORTSDIR}/archivers/rar .endif |