diff options
author | krion <krion@FreeBSD.org> | 2005-08-26 13:23:21 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-08-26 13:23:21 +0800 |
commit | e64616f7fe14d29c700d6444273ced6399ba5c30 (patch) | |
tree | d94367b004dab2f412a882aa8a3e59f93431bd47 /security | |
parent | 32fa252d106a318177c6b92fa1e4c34068bb1236 (diff) | |
download | freebsd-ports-gnome-e64616f7fe14d29c700d6444273ced6399ba5c30.tar.gz freebsd-ports-gnome-e64616f7fe14d29c700d6444273ced6399ba5c30.tar.zst freebsd-ports-gnome-e64616f7fe14d29c700d6444273ced6399ba5c30.zip |
Fix build on 6.x
Submitted by: lesi
Approved by: portmgr (self)
Diffstat (limited to 'security')
-rw-r--r-- | security/drweb/Makefile | 3 |
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} |