summaryrefslogtreecommitdiff
path: root/security/clamav
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2007-04-16 11:18:26 +0000
committerRenato Botelho <garga@FreeBSD.org>2007-04-16 11:18:26 +0000
commit5a4b3248d0221d3ea3fd4c1115c7ee4887b929a1 (patch)
tree6fa2335550fa6d70a778303535246e480358358b /security/clamav
parentSmart Cache Loader is most configurable web batch downloader in world! If you (diff)
- Fix build with gethostbyname_r just after 601103 instead 600000
- Bump PORTREVISION Reported by: security <security@jim-liesl.org> Submitted by: Craig Butler <craig001@lerwick.hopto.org>
Notes
Notes: svn path=/head/; revision=190104
Diffstat (limited to 'security/clamav')
-rw-r--r--security/clamav/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index 56653a5af6f6..22761b04984c 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -7,6 +7,7 @@
PORTNAME= clamav
PORTVERSION= 0.90.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF
@@ -97,7 +98,7 @@ PLIST_SUB+= CLAMAVUSER=${CLAMAVUSER} \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 600000
+.if ${OSVERSION} < 601103
CONFIGURE_ARGS+= --disable-gethostbyname_r
.else
CONFIGURE_ARGS+= --enable-gethostbyname_r