From 27380ef5542aa112cfaf5fa4a90dc6f24c6c8150 Mon Sep 17 00:00:00 2001 From: arved Date: Fri, 11 Nov 2005 11:45:01 +0000 Subject: 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 --- security/bdc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security') 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 +.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 -- cgit