Fix typo in UNZOO option

PR:		101129
Submitted by:	gabor (maintainer)
This commit is contained in:
Erwin Lansing 2006-08-01 07:48:11 +00:00
parent 14762b76f6
commit 1fcbcc63f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169313

View File

@ -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