diff options
author | arved <arved@FreeBSD.org> | 2005-11-11 19:45:01 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-11-11 19:45:01 +0800 |
commit | 27380ef5542aa112cfaf5fa4a90dc6f24c6c8150 (patch) | |
tree | c7f32ec426c1c8ca013d8feacb988c30fdd2e5ae /security | |
parent | a715c4c2a5536ce88f5d5c11318c81fe37765abe (diff) | |
download | freebsd-ports-gnome-27380ef5542aa112cfaf5fa4a90dc6f24c6c8150.tar.gz freebsd-ports-gnome-27380ef5542aa112cfaf5fa4a90dc6f24c6c8150.tar.zst freebsd-ports-gnome-27380ef5542aa112cfaf5fa4a90dc6f24c6c8150.zip |
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>
Diffstat (limited to 'security')
-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 |