diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-09-24 21:48:23 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-09-24 21:48:23 +0000 |
commit | 39b9c773d21cbf5cf3b3edd41358ebaa39f47620 (patch) | |
tree | ecc60108bc537e66c64d2beac8bd0bbcd339d500 /security/clamav | |
parent | adcf207c9dd7218b283b68b982f394797fc642b5 (diff) |
Use gmake to fix an error on make check
Notes
Notes:
svn path=/head/; revision=328200
Diffstat (limited to 'security/clamav')
-rw-r--r-- | security/clamav/Makefile | 4 |
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 |