diff options
Diffstat (limited to 'mail/p3scan/Makefile')
-rw-r--r-- | mail/p3scan/Makefile | 2 |
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 |