diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/drweb/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/drweb/Makefile b/security/drweb/Makefile index 2e9e8782b58f..c5eb54ab51c2 100644 --- a/security/drweb/Makefile +++ b/security/drweb/Makefile @@ -26,6 +26,9 @@ RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd49 .else DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd53 +.if ${OSVERSION} >= 600000 +LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x +.endif .endif WRKSRC= ${WRKDIR}/${DISTNAME} |