aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/clamav/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index 31bd6a5f9291..4ec7b82f0247 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -7,6 +7,7 @@
PORTNAME= clamav
PORTVERSION= 0.65
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= clamav
@@ -72,7 +73,7 @@ CFLAGS+= -O
LDFLAGS+= -lcipher
.endif
-.if ${OSVERSION} > 501113
+.if ${OSVERSION} > 500023
# Approximate time libgmp was removed from the base system
LDFLAGS+= -L${LOCALBASE}/lib
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4