diff options
author | erwin <erwin@FreeBSD.org> | 2006-08-01 15:48:11 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-08-01 15:48:11 +0800 |
commit | 15644fc299a52384c63e3ace78e9b922e2bf53f7 (patch) | |
tree | c9f1366409ab3ac48ea0342c4d497546d252f05d /security | |
parent | 75b8dbb4957aafc0957ce2e051c494d035c9dd1a (diff) | |
download | freebsd-ports-gnome-15644fc299a52384c63e3ace78e9b922e2bf53f7.tar.gz freebsd-ports-gnome-15644fc299a52384c63e3ace78e9b922e2bf53f7.tar.zst freebsd-ports-gnome-15644fc299a52384c63e3ace78e9b922e2bf53f7.zip |
Fix typo in UNZOO option
PR: 101129
Submitted by: gabor (maintainer)
Diffstat (limited to 'security')
-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 |