diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-11-11 11:45:01 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-11-11 11:45:01 +0000 |
commit | ecb1d99c9dba5112573fa99a0ac543ee04a26c1a (patch) | |
tree | bcd4bcedf04ff1fd4dc956893c6f8afdb7a7011d /security/bdc | |
parent | b40bf4cf9688894fc82d48fb562ddfdc57e1105c (diff) | |
download | ports-ecb1d99c9dba5112573fa99a0ac543ee04a26c1a.tar.gz ports-ecb1d99c9dba5112573fa99a0ac543ee04a26c1a.zip |
Notes
Diffstat (limited to 'security/bdc')
-rw-r--r-- | security/bdc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/bdc/Makefile b/security/bdc/Makefile index c12e85f34fe8..8b4dc0973ae8 100644 --- a/security/bdc/Makefile +++ b/security/bdc/Makefile @@ -7,6 +7,7 @@ PORTNAME= bdc PORTVERSION= 7.0.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= # http://download.bitdefender.com/freebsd/${BDREL}/beta/ DISTNAME= ${PORTNAME}-${PORTVERSION}-fbsd${BDREL} @@ -15,6 +16,9 @@ MAINTAINER= apircalabu@bitdefender.com COMMENT= BitDefender Console Antivirus for FreeBSD .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 600000 +LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x +.endif .if ${OSVERSION} < 490000 || ${OSVERSION} >= 500000 && ${OSVERSION} < 502001 IGNORE= "requires FreeBSD-STABLE \(4.9 or later\), or FreeBSD-CURRENT \(5.2.1 or later\)" .elif ${OSVERSION} < 500000 |