aboutsummaryrefslogtreecommitdiff
path: root/security/clamav
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-09-24 21:48:23 +0000
committerRenato Botelho <garga@FreeBSD.org>2013-09-24 21:48:23 +0000
commit39b9c773d21cbf5cf3b3edd41358ebaa39f47620 (patch)
treeecc60108bc537e66c64d2beac8bd0bbcd339d500 /security/clamav
parentadcf207c9dd7218b283b68b982f394797fc642b5 (diff)
downloadports-39b9c773d21cbf5cf3b3edd41358ebaa39f47620.tar.gz
ports-39b9c773d21cbf5cf3b3edd41358ebaa39f47620.zip
Notes
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