summaryrefslogtreecommitdiff
path: root/security/bdc
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-11-11 11:45:01 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-11-11 11:45:01 +0000
commitecb1d99c9dba5112573fa99a0ac543ee04a26c1a (patch)
treebcd4bcedf04ff1fd4dc956893c6f8afdb7a7011d /security/bdc
parent - Update to 20051110 snapshot. (diff)
This port installs a 5.x binary, so depend on the compat5x port on
6.x and 7.x Bump PORTREVISION PR: 88832 Submitted by: Adi Pircalabu <apircalabu@bitdefender.com>
Notes
Notes: svn path=/head/; revision=147911
Diffstat (limited to 'security/bdc')
-rw-r--r--security/bdc/Makefile4
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