diff options
Diffstat (limited to 'security/antivir-milter/Makefile')
-rw-r--r-- | security/antivir-milter/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/antivir-milter/Makefile b/security/antivir-milter/Makefile index 38f3883872bb..929a5cda8e72 100644 --- a/security/antivir-milter/Makefile +++ b/security/antivir-milter/Makefile @@ -37,13 +37,13 @@ IGNORE= requires FreeBSD 4.0 or higher IGNORE= requires Sendmail 8.12 .endif -.if ${OSVERSION} >= 503001 && ${OSVERSION} <= 600004 +.if ${OSVERSION} >= 503001 BINSRC= ${WRKSRC}/bin/freebsd5 +.if ${OSVERSION} > 600004 +LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x +.endif .else BINSRC= ${WRKSRC}/bin/freebsd -.if ${OSVERSION} >= 500000 -LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x -.endif .endif post-extract: |