aboutsummaryrefslogtreecommitdiff
path: root/www/gurlchecker
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2007-12-19 23:08:38 +0000
committerRenato Botelho <garga@FreeBSD.org>2007-12-19 23:08:38 +0000
commite74905e54bdaced2d06fbc274a14a42b211d3126 (patch)
tree2aa5e741bcd48e2b1212e1da5c91c272aa68a881 /www/gurlchecker
parent19a8a2ec339772a805b5fb6ff0cfb1a6d41c3aee (diff)
downloadports-e74905e54bdaced2d06fbc274a14a42b211d3126.tar.gz
ports-e74905e54bdaced2d06fbc274a14a42b211d3126.zip
Notes
Diffstat (limited to 'www/gurlchecker')
-rw-r--r--www/gurlchecker/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/gurlchecker/Makefile b/www/gurlchecker/Makefile
index d3a9b02fd862..dc6d14df005a 100644
--- a/www/gurlchecker/Makefile
+++ b/www/gurlchecker/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gurlchecker
PORTVERSION= 0.10.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= www gnome
MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/%SUBDIR%/
MASTER_SITE_SUBDIR= 547
@@ -20,7 +20,7 @@ LIB_DEPENDS= gnet-2.0.0:${PORTSDIR}/net/gnet2 \
OPTIONS= CROCO "Use CROCO library for CSS2 validation" off \
TIDY "Use TIDY library for HTML w3c validation" off \
- CLAMAV "Use CLAMAV library for virii scan" off \
+ CLAMAV "Use CLAMAV library for virii scan" on \
GNUTLS "Use GNU TLS library for HTTPS check" on
USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui
@@ -51,7 +51,7 @@ CONFIGURE_ARGS+= --disable-tidy
.endif
.if defined(WITH_CLAMAV)
-LIB_DEPENDS+= clamav.2:${PORTSDIR}/security/clamav
+LIB_DEPENDS+= clamav.3:${PORTSDIR}/security/clamav
.else
CONFIGURE_ARGS+= --disable-clamav
.endif