aboutsummaryrefslogtreecommitdiff
path: root/security/clamav
diff options
context:
space:
mode:
Diffstat (limited to 'security/clamav')
-rw-r--r--security/clamav/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index 411bae91e064..5fd53c196ac1 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -3,6 +3,7 @@
PORTNAME= clamav
PORTVERSION= 0.98
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF
@@ -44,6 +45,7 @@ IPV6_CONFIGURE_ENABLE= ipv6
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GCC= any
+USES= gmake
USE_RC_SUBR= clamav-clamd clamav-freshclam
DBDIR= /var/db/clamav
@@ -173,7 +175,7 @@ pre-configure:
.if ${PORT_OPTIONS:MTESTS} && ${OSVERSION} >= 700000
post-build:
@if [ ! -f "${PY_NO_THREAD}" ]; then \
- ${MAKE} -C ${WRKSRC} check; \
+ ${GMAKE} -C ${WRKSRC} check; \
fi
.endif