svn commit: r339021 - head/security/clamav

Renato Botelho garga at FreeBSD.org
Tue Jan 7 19:34:43 UTC 2014


Author: garga
Date: Tue Jan  7 19:34:42 2014
New Revision: 339021
URL: http://svnweb.freebsd.org/changeset/ports/339021

Log:
  Fix an old OPTION knob check (WITH_TESTS)

Modified:
  head/security/clamav/Makefile

Modified: head/security/clamav/Makefile
==============================================================================
--- head/security/clamav/Makefile	Tue Jan  7 19:33:08 2014	(r339020)
+++ head/security/clamav/Makefile	Tue Jan  7 19:34:42 2014	(r339021)
@@ -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


More information about the svn-ports-all mailing list