Use gmake to fix an error on make check
This commit is contained in:
parent
adcf207c9d
commit
39b9c773d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328200
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue