Date: Tue, 24 Sep 2013 21:48:24 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328200 - head/security/clamav Message-ID: <201309242148.r8OLmOKi071689@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309242148.r8OLmOKi071689>