diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:00:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:00:38 +0000 |
commit | 0d263e77cb9c8fc0d78cb27161bb31c39bbd3910 (patch) | |
tree | a4be5d0931b67795905ca15d7cf926fac06a459e /security/bdc | |
parent | 4c021c0e37531b811db7809b9396f4ed982c533c (diff) | |
download | ports-0d263e77cb9c8fc0d78cb27161bb31c39bbd3910.tar.gz ports-0d263e77cb9c8fc0d78cb27161bb31c39bbd3910.zip |
Notes
Diffstat (limited to 'security/bdc')
-rw-r--r-- | security/bdc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/bdc/Makefile b/security/bdc/Makefile index a175943d2f6f..6e791058e73b 100644 --- a/security/bdc/Makefile +++ b/security/bdc/Makefile @@ -19,10 +19,8 @@ COMMENT= BitDefender Console Antivirus for FreeBSD .if ${OSVERSION} >= 600000 LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x .endif -.if ${OSVERSION} < 490000 || ${OSVERSION} >= 500000 && ${OSVERSION} < 502001 +.if ${OSVERSION} >= 500000 && ${OSVERSION} < 502001 IGNORE= requires FreeBSD-STABLE \(4.9 or later\), or FreeBSD-CURRENT \(5.2.1 or later\) -.elif ${OSVERSION} < 500000 -BDREL= 4 .else BDREL= 5 .endif |