summaryrefslogtreecommitdiff
path: root/security/bdc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:00:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:00:38 +0000
commit0d263e77cb9c8fc0d78cb27161bb31c39bbd3910 (patch)
treea4be5d0931b67795905ca15d7cf926fac06a459e /security/bdc
parentIncorporate changes from master 1.588. (diff)
Remove support for OSVERSION < 5
Notes
Notes: svn path=/head/; revision=200765
Diffstat (limited to 'security/bdc')
-rw-r--r--security/bdc/Makefile4
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