svn commit: r328200 - head/security/clamav

Renato Botelho garga at FreeBSD.org
Tue Sep 24 21:48:24 UTC 2013


Author: garga
Date: Tue Sep 24 21:48:23 2013
New Revision: 328200
URL: http://svnweb.freebsd.org/changeset/ports/328200

Log:
  Use gmake to fix an error on make check

Modified:
  head/security/clamav/Makefile

Modified: head/security/clamav/Makefile
==============================================================================
--- head/security/clamav/Makefile	Tue Sep 24 21:43:43 2013	(r328199)
+++ head/security/clamav/Makefile	Tue Sep 24 21:48:23 2013	(r328200)
@@ -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
 


More information about the svn-ports-all mailing list