summaryrefslogtreecommitdiff
path: root/mail/p3scan
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-12-08 10:29:37 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-12-08 10:29:37 +0000
commitc46101db22a15cd6cb17c876a511e34e9b34cdfd (patch)
treed7b884544d315909371d9c1727890983184e24a9 /mail/p3scan
parentBROKEN: Unfetchable (diff)
Handle OPTIONS more properly for oncoming bsd.port.mk changes.
Notes
Notes: svn path=/head/; revision=123451
Diffstat (limited to 'mail/p3scan')
-rw-r--r--mail/p3scan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p3scan/Makefile b/mail/p3scan/Makefile
index e4ae504af518..34a2c180f9e4 100644
--- a/mail/p3scan/Makefile
+++ b/mail/p3scan/Makefile
@@ -31,7 +31,7 @@ MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
-.if defined(WITH_UVSCAN) && ${WITH_UVSCAN:L} == "true"
+.if !defined(WITHOUT_UVSCAN)
RUN_DEPENDS+= uvscan:${PORTSDIR}/security/vscan
.endif