diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-01-07 19:34:42 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-01-07 19:34:42 +0000 |
commit | 568a8a0401f968d15e9c10c711e2a6f7b1c56e77 (patch) | |
tree | 992d57b12342017ad89ce4fa372b611ff781fe24 /security/clamav | |
parent | f72998d69949281a28399acc89e53fc9bf229048 (diff) | |
download | ports-568a8a0401f968d15e9c10c711e2a6f7b1c56e77.tar.gz ports-568a8a0401f968d15e9c10c711e2a6f7b1c56e77.zip |
Notes
Diffstat (limited to 'security/clamav')
-rw-r--r-- | security/clamav/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 68a29e2c87f7..db2aa6d1b10b 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -116,7 +116,7 @@ PLIST_SUB+= CLAMAVUSER=${CLAMAVUSER} \ .if ${PORT_OPTIONS:MLLVM} && ( ${ARCH} == "i386" || ${ARCH} == "amd64" ) CONFIGURE_ARGS+=--enable-llvm -. if defined(WITH_TESTS) +. if ${PORT_OPTIONS:MTESTS} USE_PYTHON_BUILD= yes . endif .else |