diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-01 07:48:11 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-01 07:48:11 +0000 |
commit | 1fcbcc63f1e7d2822aa6707e9edeec2b0ca11b9e (patch) | |
tree | 8425a2f357f170dd4665e61c166866da4b5949b3 /security/amavisd-new | |
parent | 14762b76f6c4eeb37c523390e70bbb4d65390ea1 (diff) | |
download | ports-1fcbcc63f1e7d2822aa6707e9edeec2b0ca11b9e.tar.gz ports-1fcbcc63f1e7d2822aa6707e9edeec2b0ca11b9e.zip |
Notes
Diffstat (limited to 'security/amavisd-new')
-rw-r--r-- | security/amavisd-new/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index 33ba8e505b54..13288d8cd3c9 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -8,7 +8,7 @@ PORTNAME= amavisd-new PORTVERSION= 2.4.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://www.ijs.si/software/amavisd/ \ @@ -128,7 +128,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/arc:${PORTSDIR}/archivers/arc RUN_DEPENDS+= ${LOCALBASE}/bin/zoo:${PORTSDIR}/archivers/zoo .endif -.if defined(WITH_ZOO) +.if defined(WITH_UNZOO) RUN_DEPENDS+= ${LOCALBASE}/bin/unzoo:${PORTSDIR}/archivers/unzoo .endif |