diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-03-13 20:11:19 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-03-13 20:11:19 +0000 |
commit | 6dee7aadd206bc514c80d7ae5b6ab6b2da2627cc (patch) | |
tree | 8bc202477887df5a3cf81f5a43cc6c0386d5efc4 /security/clamav/Makefile | |
parent | d8426aee69f7d3a57a84c4e44d4bf665a4402065 (diff) |
Notes
Diffstat (limited to 'security/clamav/Makefile')
-rw-r--r-- | security/clamav/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 2ce7bce361f3..9642c5429097 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -6,8 +6,7 @@ # PORTNAME= clamav -PORTVERSION= 0.90 -PORTREVISION= 3 +PORTVERSION= 0.90.1 CATEGORIES= security MASTER_SITES= SF @@ -31,6 +30,10 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes USE_RC_SUBR= clamav-clamd clamav-freshclam +# This port has a problem with -pthread, +# force to use -lthr until it's not fixed. +PTHREAD_LIBS= -lthr + PORTDOCS= * DBDIR= /var/db/clamav |