diff options
Diffstat (limited to 'security/clamav/Makefile')
-rw-r--r-- | security/clamav/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 77cdd885aa35..60fa5ef42b42 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -124,6 +124,7 @@ SED_CONF= -E -e 's|^\#?(Example)$$|\#\1|' \ PLIST_SUB+= CLAMAVUSER=${CLAMAVUSER} \ CLAMAVGROUP=${CLAMAVGROUP} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLLVM} && ( ${ARCH} == "i386" || ${ARCH} == "amd64" ) |