summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-08-26 05:23:21 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-08-26 05:23:21 +0000
commit564a8c901a83b35c66767545c351afc0565dd360 (patch)
treeffc97a0182061a317cf94996515126258455bda3 /security
parentThis package allows you to install the compat5x libraries on your (diff)
Fix build on 6.x
Submitted by: lesi Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=140978
Diffstat (limited to 'security')
-rw-r--r--security/drweb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/drweb/Makefile b/security/drweb/Makefile
index 2e9e8782b58f..c5eb54ab51c2 100644
--- a/security/drweb/Makefile
+++ b/security/drweb/Makefile
@@ -26,6 +26,9 @@ RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd49
.else
DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd53
+.if ${OSVERSION} >= 600000
+LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x
+.endif
.endif
WRKSRC= ${WRKDIR}/${DISTNAME}